Is there anybody who used ChromeDriver to open new tabs in Chrome?
ChromeDriver
With this code I can open my index.html in Chrome:
index.html
driver =
This works for chrome-
driver.execute_script("window.open('https://www.google.com');")