public static void main(String[] args) { WebDriver driver = new EdgeDriver(); driver.get("https://selenium.dev"); driver.quit(); }
Last updated 2 years ago
Was this helpful?