I'm trying to create automated tests of a webpage using Selenium on IE.
Selenium Ver.: 3.8.0
IE Ver.: 11.248.16299.0
IE Driver: IEDriverServer_x64_3.8.0
While running the test, typing is veeery slow, so that the test fails on timeout.
I tried to find some solution, but wasn't very successful... Did anybody experience that?
I tried to implement advices from this How to fix the slow sendkeys on IE 11 with Selenium Webdriver 3.0.0?, but it' still very slow and fails on timeout.