Feb-10-2019, 09:38 AM
How can I laugh the chromedriver.exe without any new tab open and notification?
And here is my code
And here is my code
from selenium import webdriver chrome_options = webdriver.ChromeOptions() chrome_options.add_argument("--disable-infobars") driver = webdriver.Chrome("chromedriver.exe")