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