We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae54d2 commit dbac744Copy full SHA for dbac744
py/selenium/webdriver/phantomjs/service.py
@@ -102,7 +102,7 @@ def stop(self):
102
try:
103
if self.process:
104
self.process.stdin.close()
105
- self.process.send_signal(signal.SIGTERM)
+ self.process.kill()
106
self.process.wait()
107
except OSError:
108
# kill may not be available under windows environment
0 commit comments