Using a pipe instead of a WebSocket If you want to connect to the browser over a pipe instead of a WebSocket, you can use: Browsershot::url('https://example.com') ->usePipe() ...