I have a selenium scripted web driver. It worked great in IE9. I upgraded to IE11. The sendkeys command prints characters very much. It enters one on one character, and it is very slow. I definitely did not make any changes to the script. Only I updated the browser. Is there a reason for this? Can anyone find out permission please let me know
thanks
I had a similar problem with my windows 8, IE11 and webdriver 64bit. I changed the 64-bit webdriver to 32-bit, and then the tests passed very quickly. (quick response from send_keys, which used to be 4-5 seconds per key ...)
Hope this helps.
Source: https://habr.com/ru/post/1627431/More articles:How to send back to the user class that the object of this class was clicked on - haxeGet property properties for a layer that was clicked in OpenLayers 3 - javascriptHow to open the door when I need to - c #Simple event system in Unity - c #Sequelize.js: how to handle a MySQL reconnect - node.jsMySQL Crosstab aggregation with two conditions - sqlSQL Unknown, although it is definitely located there - SQL error (1054) - mysqlAngular2 component does not receive rendering when trying to use angular2 -universal-starter - angularGolang, goroutines: panic: runtime error: invalid memory address - goWhat is the difference between using a function to initialize a JavaScript object with and without a return statement? - javascriptAll Articles