🕸️Open Chrome Browser
Please make sure Chrome browser has installed on your machine and update to latest.
public static void main(String[] args) {
WebDriver driver = new ChromeDriver();// open browser
driver.get("https://google.com.vn");
driver.close();// close session
}
Last updated
Was this helpful?