Issue with passing data to fields in IE
Answered
While running my script with IE, when I am trying to pass username/password or any other data to a field in the application, text is being taken letter by letter.
For example: If my username is ABCD, then the text is being passed to the username field very slowly letter by letter as A(then wait for 2-3 seconds) then B(wait for 2 seconds). So for the entire username to be passed, it is taking lot of time.
What may be the reason for this and how to resolve it ?
Please sign in to leave a comment.
What Run/Debug configuration type you are using and how exactly the values are passed to the fields? What type of the project is that? How can we reproduce it?