We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdb81c commit d0c1acaCopy full SHA for d0c1aca
Selenium-Template.py
@@ -31,7 +31,7 @@
31
chrome_options.add_argument(option)
32
33
34
-driver = webdriver.Chrome()
+driver = webdriver.Chrome(chrome_options = chrome_options)
35
36
driver.get('http://github.com')
37
print(driver.title)
0 commit comments