Back to Browsershot

Using a pipe instead of a WebSocket

docs/miscellaneous-options/using-a-pipe-instead-of-a-websocket.md

5.3.0160 B
Original Source

If you want to connect to the browser over a pipe instead of a WebSocket, you can use:

php
Browsershot::url('https://example.com')
   ->usePipe()
   ...