You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am trying send keys into a text area, it says that send keys was successful in the logs. But, it is not actually sending the keys to that text area. Below is the Text area HTML info:
Am trying send keys into a text area, it says that send keys was successful in the logs. But, it is not actually sending the keys to that text area. Below is the Text area HTML info:
"<textarea name="sr_essm_info_survey_comments_2" maxlength="500" rows="10" cols="50" onfocus="this.select()">automation</textarea>"
Ran the selenium script on Selenium 2.53.1, internet explorer 11.576 and Windows.
Please help me with this issue.
The text was updated successfully, but these errors were encountered: