Hi everyone! Updates to the course will be available on Udemy!
The coupon for the FULL PAID version of the course:
https://www.udemy.com/course/testingt...
public class aOpenBrowsersTest {
@Test
public void openMicrosoftEdge() throws InterruptedException {
System.setProperty("webdriver.edge.driver", "C:\\Users\\User\\IdeaProjects\\SimpleAutomation\\drivers\\msedgedriver.exe");
WebDriver driver = new EdgeDriver();
driver.get("https://www.microsoft.com/en-us/edge");
Thread.sleep(10000);
driver.quit();
}
}
Watch video How to Launch Edge browser in Selenium - Simple Automation Tutorials online without registration, duration hours minute second in high quality. This video was added by user Software Testing 101 03 August 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,632 once and liked it 10 people.