You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The other issues here are referring to the package symfony/process that this lib uses to create the chrome process. The keepAlive option should work. Are you testing it in linux?
Yes, this is on Ubuntu 22.04. I tried both with the default installed Chrome, and with specifying Chromium from a snap install. Same behaviour with both. On script completion the browser closes.
I also tried from a CLI script, a PhpUnit test, and from PsySh directly.
PhpUnit gave some extra info: Process finished with exit code 129 (interrupted by signal 1:SIGHUP)
I've read some other issues here but they're all referring to symphony, which I'm not using.
My simplest code:
But when the script ends, the browser closes.
I've also tried with /snap/bin/chromium but get the same result.
The text was updated successfully, but these errors were encountered: