What is the correct IEDriverServer version to use with IE 11 through Selenium The Next CEO of Stack OverflowHow to ignore protected Mode Settings for Internet Explorer using setCapability() through Selenium and Java?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 levelsSelenium InternetExplorerDriver doesn't get focus on the windowHow to run Selenium WebDriver test cases in Chrome?Error logged while trying to run Robot Test in IE11 - WebDriverException: 404 - File or directory not foundjava.lang.IllegalStateException: The driver executable does not exist - Selenium Webdriverdoes latest chromedriver 2.33 needs selenium 3Robot Test not selecting new windowMicrosoftWebDriver for selenium throwing handshake errorNot downloading 64Bit version of IE Driver using WebDriverManagerProtractor Test Cases Not Working in Internet Explorer 11Which is the compatible version of IEDriverServer for IE11 and Selenium 3.13?Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070002
Do I need to enable Dev Hub in my PROD Org?
How did the Bene Gesserit know how to make a Kwisatz Haderach?
If the heap is initialized for security, then why is the stack uninitialized?
Would a completely good Muggle be able to use a wand?
Written every which way
Inappropriate reference requests from Journal reviewers
If a black hole is created from light, can this black hole then move at speed of light?
Elegant way to replace substring in a regex with optional groups in Python?
Why didn't Khan get resurrected in the Genesis Explosion?
Multiple labels for a single equation
Make solar eclipses exceedingly rare, but still have new moons
Why do we use the plural of movies in this phrase "We went to the movies last night."?
Is micro rebar a better way to reinforce concrete than rebar?
Why do airplanes bank sharply to the right after air-to-air refueling?
How did people program for Consoles with multiple CPUs?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
Why does the UK parliament need a vote on the political declaration?
Won the lottery - how do I keep the money?
How to safely derail a train during transit?
What flight has the highest ratio of time difference to flight time?
What can we do to stop prior company from asking us questions?
Is "for causing autism in X" grammatical?
Does it take more energy to get to Venus or to Mars?
Several mode to write the symbol of a vector
What is the correct IEDriverServer version to use with IE 11 through Selenium
The Next CEO of Stack OverflowHow to ignore protected Mode Settings for Internet Explorer using setCapability() through Selenium and Java?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 levelsSelenium InternetExplorerDriver doesn't get focus on the windowHow to run Selenium WebDriver test cases in Chrome?Error logged while trying to run Robot Test in IE11 - WebDriverException: 404 - File or directory not foundjava.lang.IllegalStateException: The driver executable does not exist - Selenium Webdriverdoes latest chromedriver 2.33 needs selenium 3Robot Test not selecting new windowMicrosoftWebDriver for selenium throwing handshake errorNot downloading 64Bit version of IE Driver using WebDriverManagerProtractor Test Cases Not Working in Internet Explorer 11Which is the compatible version of IEDriverServer for IE11 and Selenium 3.13?Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070002
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?
selenium windows-10 internet-explorer-11 selenium-iedriver iedriverserver
add a comment |
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?
selenium windows-10 internet-explorer-11 selenium-iedriver iedriverserver
add a comment |
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?
selenium windows-10 internet-explorer-11 selenium-iedriver iedriverserver
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?
selenium windows-10 internet-explorer-11 selenium-iedriver iedriverserver
selenium windows-10 internet-explorer-11 selenium-iedriver iedriverserver
edited Mar 21 at 17:42
DebanjanB
45.9k134688
45.9k134688
asked Mar 21 at 17:07
TonyTony
419310
419310
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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
orIEDriverServer_x64_3.14.0.zip
- Download, extract and use
- 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?
That is the one I downloaded (the 64 version, 3.14)
– Tony
Mar 21 at 17:47
Checkout my answer update and let me know the status
– DebanjanB
Mar 21 at 18:24
I did send email to a target about the key. I will check the zones again but usually it will not start up at all.
– Tony
Mar 21 at 18:36
I also don't believe it is the focus problem because my driver has no windows associated with it at all after the get.
– Tony
Mar 21 at 18:38
@Tony I strongly believe that though I have provided you the references but this question wasn't about check the zones or focus problem as such but about IEDriverServer versioning.
– DebanjanB
Mar 21 at 18:39
add a comment |
Yes, you were right. Previously it would warn you that the zones weren't the same, and not even start. now it does not warn you and chugs along but fails.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55285722%2fwhat-is-the-correct-iedriverserver-version-to-use-with-ie-11-through-selenium%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
orIEDriverServer_x64_3.14.0.zip
- Download, extract and use
- 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?
That is the one I downloaded (the 64 version, 3.14)
– Tony
Mar 21 at 17:47
Checkout my answer update and let me know the status
– DebanjanB
Mar 21 at 18:24
I did send email to a target about the key. I will check the zones again but usually it will not start up at all.
– Tony
Mar 21 at 18:36
I also don't believe it is the focus problem because my driver has no windows associated with it at all after the get.
– Tony
Mar 21 at 18:38
@Tony I strongly believe that though I have provided you the references but this question wasn't about check the zones or focus problem as such but about IEDriverServer versioning.
– DebanjanB
Mar 21 at 18:39
add a comment |
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
orIEDriverServer_x64_3.14.0.zip
- Download, extract and use
- 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?
That is the one I downloaded (the 64 version, 3.14)
– Tony
Mar 21 at 17:47
Checkout my answer update and let me know the status
– DebanjanB
Mar 21 at 18:24
I did send email to a target about the key. I will check the zones again but usually it will not start up at all.
– Tony
Mar 21 at 18:36
I also don't believe it is the focus problem because my driver has no windows associated with it at all after the get.
– Tony
Mar 21 at 18:38
@Tony I strongly believe that though I have provided you the references but this question wasn't about check the zones or focus problem as such but about IEDriverServer versioning.
– DebanjanB
Mar 21 at 18:39
add a comment |
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
orIEDriverServer_x64_3.14.0.zip
- Download, extract and use
- 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?
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
orIEDriverServer_x64_3.14.0.zip
- Download, extract and use
- 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?
edited Mar 21 at 18:24
answered Mar 21 at 17:44
DebanjanBDebanjanB
45.9k134688
45.9k134688
That is the one I downloaded (the 64 version, 3.14)
– Tony
Mar 21 at 17:47
Checkout my answer update and let me know the status
– DebanjanB
Mar 21 at 18:24
I did send email to a target about the key. I will check the zones again but usually it will not start up at all.
– Tony
Mar 21 at 18:36
I also don't believe it is the focus problem because my driver has no windows associated with it at all after the get.
– Tony
Mar 21 at 18:38
@Tony I strongly believe that though I have provided you the references but this question wasn't about check the zones or focus problem as such but about IEDriverServer versioning.
– DebanjanB
Mar 21 at 18:39
add a comment |
That is the one I downloaded (the 64 version, 3.14)
– Tony
Mar 21 at 17:47
Checkout my answer update and let me know the status
– DebanjanB
Mar 21 at 18:24
I did send email to a target about the key. I will check the zones again but usually it will not start up at all.
– Tony
Mar 21 at 18:36
I also don't believe it is the focus problem because my driver has no windows associated with it at all after the get.
– Tony
Mar 21 at 18:38
@Tony I strongly believe that though I have provided you the references but this question wasn't about check the zones or focus problem as such but about IEDriverServer versioning.
– DebanjanB
Mar 21 at 18:39
That is the one I downloaded (the 64 version, 3.14)
– Tony
Mar 21 at 17:47
That is the one I downloaded (the 64 version, 3.14)
– Tony
Mar 21 at 17:47
Checkout my answer update and let me know the status
– DebanjanB
Mar 21 at 18:24
Checkout my answer update and let me know the status
– DebanjanB
Mar 21 at 18:24
I did send email to a target about the key. I will check the zones again but usually it will not start up at all.
– Tony
Mar 21 at 18:36
I did send email to a target about the key. I will check the zones again but usually it will not start up at all.
– Tony
Mar 21 at 18:36
I also don't believe it is the focus problem because my driver has no windows associated with it at all after the get.
– Tony
Mar 21 at 18:38
I also don't believe it is the focus problem because my driver has no windows associated with it at all after the get.
– Tony
Mar 21 at 18:38
@Tony I strongly believe that though I have provided you the references but this question wasn't about check the zones or focus problem as such but about IEDriverServer versioning.
– DebanjanB
Mar 21 at 18:39
@Tony I strongly believe that though I have provided you the references but this question wasn't about check the zones or focus problem as such but about IEDriverServer versioning.
– DebanjanB
Mar 21 at 18:39
add a comment |
Yes, you were right. Previously it would warn you that the zones weren't the same, and not even start. now it does not warn you and chugs along but fails.
add a comment |
Yes, you were right. Previously it would warn you that the zones weren't the same, and not even start. now it does not warn you and chugs along but fails.
add a comment |
Yes, you were right. Previously it would warn you that the zones weren't the same, and not even start. now it does not warn you and chugs along but fails.
Yes, you were right. Previously it would warn you that the zones weren't the same, and not even start. now it does not warn you and chugs along but fails.
answered Mar 22 at 18:45
TonyTony
419310
419310
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55285722%2fwhat-is-the-correct-iedriverserver-version-to-use-with-ie-11-through-selenium%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown