java - This is the initial start page for the WebDriver server in IE 11 -


public static void main(string[] args) {     // todo auto-generated method stub        system.setproperty("webdriver.ie.driver","d:\\eclipse\\iedriverserver.exe");       webdriver driver = new internetexplorerdriver();     driver.get("https://www.google.co.in");   } 

ie version- 11

selenium- 2.39

java - 1.8

internet explorer launching displaying "this initial start page webdriver server" on gui , not launching mentioned website in method. kindly confirm if these versions compatible or not. have set "enabled protected mode" @ same level.

if have blank page without navigating url means not using updated jars or driver.exe files or both.

take latest http://www.seleniumhq.org/download/ , try.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -