IE – Troubleshooting
When I initially run the same script as Chrome in IE, I kept getting the error immediately after the IE launches.
Environment:
OS: Windows 10 64 bit
IE11
I configured all the requirement mentioned in here, but no luck;
https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver#required-configuration
Solution
The issue was the version of selenium I had. First, I needed to download the latest Selenium and Selenium Java jar files.
After adding these files to the build path, I also needed to remove the old jar files from the build path.
Needed to restart the eclipse after that.
This finally solved the issue of not opening the set URL in IE browser.