Hi All,
I am facing a really weird issue while executing my automation script on IE11.
There is one input field of type='numeric'. That input field also has a pattern attribute with some regex.
Now, Selenium Webdriver is successfully able to do Sendkeys on this field. I am able to see the value entered correctly in this input field.
But, When the script clicks on the Next button, the value entered above is not actually passed in the backend API which is called on clicking the Next button.
I try the same thing manually and if I manually enter the same value and click Next button, the value is successfully passed in the backend API.
I also tried to set the value through javascriptExecutor and got the same issue.
The same script works perfectly fine on Chrome.
The version of IEDriverServer used is 3.13
I am stuck at this point and cannot move ahead.
Has someone experienced this before?
Any help would be of great use.
Thanks & Regards,
Nishant Shah