It is finding the element very fast but taking so much time to perform the actions like click or sendkeys. Currently updated files are Selenium Jar-3.7.1 and IEDriverExecutable-3.8.0
Asked
Active
Viewed 203 times
1 Answers
0
It is tough to answer/recommend anything with the information provided within the question currently. But using IEDriverExecutable-3.8.0
along with Selenium Jar-3.7.1
may be a potential issue.
- The SeleniumHQ Download page says the following : The Internet Explorer Driver Server is required if you want to make use of the latest and greatest features of the WebDriver InternetExplorerDriver. Please make sure that this is available on your $PATH (or %PATH% on Windows) in order for the IE Driver to work as expected.
- As per best practices, if you are using Selenium v3.7.x.y binaries try to use IEDriverServer v3.7.x.y binaries along with it.
- Ensure that you have configured the mandatory settings as per
InternetExplorerDriver
page. - Finally it is worth to mention that your test execution speed will be slower while using the IEDriverServer 64-bit version with respect to test execution speed using IEDriverServer 32-bit version because of IE driver server 64 bit is typing very slowly using Sendkeys and IE x64 slow typing

undetected Selenium
- 183,867
- 41
- 278
- 352