Is there a way to work on Firefox with selenium 3.4 as
I am always getting error as below:-
"FirefoxDriver cannot be resolved to a type"
Is there a way to work on Firefox with selenium 3.4 as
I am always getting error as below:-
"FirefoxDriver cannot be resolved to a type"
WebDriver will support the latest firefox also. but you have to set the properties for that
download "geckodriver.exe" file and download the file from below URL :-
https://github.com/mozilla/geckodriver/releases
System.setProperty("webdriver.gecko.driver","E:\\SeleniumAutomation\\geckodriver-v0.9.0-win64\\geckodriver.exe");
WebDriver driver = new FirefoxDriver();
driver.get("http://stackoverflow.com/");
Update your firefox and selenium server and client-combined jar