top of page
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class FirstSeleniumJavaProgram {
public static void main(String ars[]){
System.setProperty("webdriver.gecko.driver", "drivers/geckodriver.exe");
WebDriver driver = new FirefoxDriver();
String baseurl = "https://google.com/";
System.out.println("Launching firefox");
driver.get(baseurl);
driver.close();
}
}

Collapsible text is great for longer section titles and descriptions. It gives people access to all the info they need, while keeping your layout clean. Link your text to anything, or set your text box to expand on click. Write your text here...
Learn from here...
FEEL FREE TO
CONTACT US ANYTIME.
Share your feedback with us.
Reach to us :
© 2017 by Alok Kumar. Founder of www.myautomationhub.com
bottom of page