in Education by
I just got updated to Windows 10 (x64). My old desktop had IE 11 but a lower version, as it was running Windows 7. I now have the following IE version: Version: 11.648.17134.0 Update Versions: 11.0.115 I downloaded the latest IEDriverServer.exe that Selenium gave me (3.14). When I run it, when I do the get(url) (various urls), afterwards it fails to find elements. I looked and noticed that before the get(), driver.getWindowHandles() had one entry, but after the get() it had zero entries. This is the latest version. I tried setting compatibility mode but that did not do any good (set or not set). The tests will work fine with Chrome but someone else wrote the test and did not verify values were non-null before calling element.sendKeys(str), which IE appears to allow but Chrome throws an exception. And there are so many instances. So, I need to find the correct IEDriverServer for my Windows 10 IE but I am having trouble doing so. Google did not give me much except it led me to the driver I already downloaded. Can anyone help? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
As a thumb-rule you can always use the released IEDriverServer from the respective released Selenium clients. As an example, If you are using Selenium v3.14 Download, extract and use IEDriverServer_Win32_3.14.0.zip or IEDriverServer_x64_3.14.0.zip Snapshot: Update However to work with IE11 you have to take care of a couple of things which are beyond the scope of this discussion and are as follows: How does the registry entry HKEY_LOCAL_MACHINE\…\FEATURE_BFCACHE for InternetExplorerDriver solves the Internet Explorer 11 issue? Internet Explorer Protective mode setting and Zoom levels Selenium InternetExplorerDriver doesn't get focus on the window How to ignore protected Mode Settings for Internet Explorer using setCapability() through Selenium and Java?

Related questions

0 votes
    I have a Selenium Python automated regression test script running on our 64bit Server on IE11, Windows ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 19, 2022 in Education by JackTerrance
0 votes
    I am trying to input text into the text box in 'www.google.com' and though it says the text ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 14, 2022 in Education by JackTerrance
0 votes
    From which version of IE is canvas supported? (a) 7 (b) 8 (c) 9 (d) 6 I got this ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    Why is it not a good idea to use SOAP for communicating with the front end? For example, a web ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 16, 2022 in Education by JackTerrance
0 votes
    Why is it not a good idea to use SOAP for communicating with the front end? For example, a web ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 16, 2022 in Education by JackTerrance
0 votes
    Why is it not a good idea to use SOAP for communicating with the front end? For example, a web ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 16, 2022 in Education by JackTerrance
0 votes
    The elements A, B, C and D have atomic numbers 9, 10, 11 and 12 respectively. The correct order of ionization energy is ... > A > D > C Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    For a 2 port network, the transmission parameters are given as 10, 9, 11 and 10 corresponds to A, B, C ... for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 13, 2021 in Education by JackTerrance
0 votes
    Why should we use Cucumber with Selenium?...
asked Jul 20, 2021 in Technology by JackTerrance
0 votes
    Why use Cucumber with Selenium?...
asked Nov 16, 2020 in Technology by JackTerrance
0 votes
    Email users who use IE as their _________________ are vulnerable to Reaper Exploit. (a) Web engine (b) ... -for-Cyber Security:,Cyber Security-Jobs:,Cyber Security Applications...
asked Nov 1, 2021 in Education by JackTerrance
0 votes
0 votes
0 votes
    Two integers are selected at random from integers 1 through 11. If the sum is even, find the probability that both the ... 5 D. 4 5 Select the correct answer from above options...
asked Nov 15, 2021 in Education by JackTerrance
0 votes
    Two integers are selected at random from integers 1 through 11. If the sum is even, find the probability that both the numbers are odd. Select the correct answer from above options...
asked Nov 13, 2021 in Education by JackTerrance
...