public class
FirefoxInvocation {
public static void main(String[] args) {
System.setProperty("webdriver.gecko.driver", "Driver\\geckodriver.exe");
WebDriver driver = new FirefoxDriver();
driver.get("https:\\www.google.com");
}
}
No comments:
Post a Comment