Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
fixup! Add support for different WebDriver servers
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Oct 28, 2014
1 parent 675c40f commit ab1ba20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wptrunner/browsers/chrome.py
Expand Up @@ -60,8 +60,7 @@ def start(self):
self.driver.start()

def stop(self):
if self.is_alive():
self.driver.stop()
self.driver.stop()

def pid(self):
return self.driver.pid
Expand Down

0 comments on commit ab1ba20

Please sign in to comment.