Skip to content

Commit 4003b75

Browse files
whorlwaterAutomatedTester
authored and
AutomatedTester
committedAug 3, 2015
Kill binary so profile clean up is no longer blocked by file locks
Signed-off-by: AutomatedTester <[email protected]>
1 parent 8809ed6 commit 4003b75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎py/selenium/webdriver/firefox/webdriver.py

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def quit(self):
9292
if "marionette" in self.capabilities and self.capabilities['marionette'] is True:
9393
self.service.stop()
9494
else:
95+
self.binary.kill()
9596
try:
9697
shutil.rmtree(self.profile.path)
9798
if self.profile.tempfolder is not None:

0 commit comments

Comments
 (0)
Please sign in to comment.