When I add this line to my code, the connection is not occurring with Mozilla. a browser is opening but it's not redirecting to link.
System.setProperty("webdriver.firefox.marionette","C://Users//Admi//workspace//Cloud_Optimus//src//Files//geckodriver.exe");
Not able to import org.openqa.selenium.firefox.MarionetteDriver.
I am using below versions:
Selenium server-standalone - 3.4.0
Firefox: 52
Gecko Driver: 16.0
When I use below code it works fine...
System.setProperty("webdriver.gecko.driver","C://Users//Admi//workspace//Cloud_Optimus//src//Files//geckodriver.exe")