Skip to content

Commit

Permalink
Kill binary so profile clean up is no longer blocked by file locks
Browse files Browse the repository at this point in the history
Signed-off-by: AutomatedTester <[email protected]>
  • Loading branch information
whorlwater authored and AutomatedTester committed Aug 3, 2015
1 parent 8809ed6 commit 4003b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/selenium/webdriver/firefox/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def quit(self):
if "marionette" in self.capabilities and self.capabilities['marionette'] is True:
self.service.stop()
else:
self.binary.kill()
try:
shutil.rmtree(self.profile.path)
if self.profile.tempfolder is not None:
Expand Down

0 comments on commit 4003b75

Please sign in to comment.