This package provides a simple REPL to interact with the browser instance you've created using the API.
The API exposes a WebSocket endpoint, allowing you to connect to the browser using Chrome DevTools Protocol (CDP) and use Puppeteer as usual.
- Ensure you have Steel Browser running, either via Docker or locally.
- Run
npm startto execute the script. - Modify
src/script.tsas needed and rerunnpm startto see your changes.
Note: You might need to update the WebSocket endpoint in
src/script.tsif your services isn't exposed on your network
For more details, refer to Steel Browser Documentation.