Replies: 1 comment
-
You could refactor it to a command, they have signal handling. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I use php-webdriver 's RemoteWebDriver to start my chrome but when I press ctrl-c to stop my script, my chrome is still open. so I try to call $driver->quit() function by register pcntl_signal function in my test.php script, it works fine.
But when I integrate this method to laravel command, it appears "Segmentation fault" at the point of
$this->driver->quit();
.Steps To Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions