How to download Firefox driver for Selenium - Simple Automation Tutorials

Ғылым және технология

Hi everyone! Updates to the course will be available on Udemy!
The coupon for the FULL PAID version of the course:
www.udemy.com/course/testingt...
www.testing101.net/java-regis...
public class aOpenBrowsersTest {
@Test
public void openMozillaFirefox() throws InterruptedException {
System.setProperty("webdriver.gecko.driver", "C:\\Users\\User\\IdeaProjects\\SimpleAutomation\\drivers\\geckodriver.exe");
WebDriver driver = new FirefoxDriver();
driver.get("www.mozilla.org/en-US/firefox...");
Thread.sleep(10000);
driver.quit();
}
}

Пікірлер: 1

  • @testing1O1
    @testing1O15 ай бұрын

    Hi everyone! Updates to the course will be available on Udemy! The coupon for the FULL PAID version of the course: www.udemy.com/course/manual-and-automation-software-testing-with-help-of-chatgpt/?referralCode=7FDA57B80E32CBDEFE2D Coupon: EB288B776F84C67908F6

Келесі