3.3. Open Firefox Browser

public static void main(String[] args) {
    WebDriver driver =  new FirefoxDriver();
}

Last updated

Was this helpful?