Skip to content

Commit 44fb4f0

Browse files
committed
Remove unneeded argument
1 parent 9dcc01d commit 44fb4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python/tests/browsers/test_internet_explorer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_ignore_protected_mode_settings():
116116
def test_silent_capability():
117117
options = webdriver.IeOptions()
118118

119-
options.add_argument('-silent', True)
119+
options.add_argument('-silent')
120120

121121
driver = webdriver.Ie(options=options)
122122
driver.get('https://www.selenium.dev/')

0 commit comments

Comments
 (0)