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 247ac2e commit 3bebe69Copy full SHA for 3bebe69
examples/python/tests/browsers/test_internet_explorer.py
@@ -116,7 +116,7 @@ def test_ignore_protected_mode_settings():
116
def test_silent_capability():
117
options = webdriver.IeOptions()
118
119
- options.add_argument('-silent', True)
+ options.add_argument('-silent')
120
121
driver = webdriver.Ie(options=options)
122
driver.get('https://www.selenium.dev/')
0 commit comments