Guides
Connect with Puppeteer
Connect with Puppeteer to automate browser actions via a websocket connection
This guide will walk you through connecting to a Hyperbrowser session using Puppeteer in Node.js.
Create a Session and Connect with Puppeteer
- Start a session via API
- Connect to it with puppeteer using the websocket url
- Create a new page and navigate to a website
- Stop the session when finished