Skip to content

Commit

Permalink
Removed unexecuted line from IE webdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
isaulv authored and AutomatedTester committed Mar 12, 2018
1 parent 8f52ceb commit 5ffc3a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions py/selenium/webdriver/ie/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ def __init__(self, executable_path='IEDriverServer.exe', capabilities=None,

self.iedriver.start()

if capabilities is None:
capabilities = DesiredCapabilities.INTERNETEXPLORER.copy()

RemoteWebDriver.__init__(
self,
command_executor='http://localhost:%d' % self.port,
Expand Down

0 comments on commit 5ffc3a0

Please sign in to comment.