In my test studio automation test case for a web page, I have a test step which is simply input some text into a text box. The problem is the text disappear right after inputting.
Same situation would occur when I use Selenium Webdriver in C#.
Have you ever met this before? Please give me some help.
In selenium use IJavaScriptExecutor class to set Text box value .If it doesn't work try clicking an element out of the text box after entering text box value.