Skip to content

Commit 5ffc3a0

Browse files
isaulvAutomatedTester
authored andcommitted
Removed unexecuted line from IE webdriver
1 parent 8f52ceb commit 5ffc3a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

py/selenium/webdriver/ie/webdriver.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ def __init__(self, executable_path='IEDriverServer.exe', capabilities=None,
8383

8484
self.iedriver.start()
8585

86-
if capabilities is None:
87-
capabilities = DesiredCapabilities.INTERNETEXPLORER.copy()
88-
8986
RemoteWebDriver.__init__(
9087
self,
9188
command_executor='http://localhost:%d' % self.port,

0 commit comments

Comments
 (0)