Kickstart with PlayWright Node.js Template
Clone this GitHub repo to use Emereg with PlayWright in Node.
Setup your development
- Get your API Key

- Spin up a browser session via the Sessions API
-
Connect to the browser using the
browser_id
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Spin up your virtual browser and connect to it in 5 minutes.

browser_id
import { chromium } from 'playwright-core'; // npm i playwright-core
const endpointURL = `wss://browser.emereg.com/devtools/browser/${browser_id}`
const browser = await chromium.connectOverCDP(endpointURL);
const contexts = browser.contexts()
const pages = contexts[0].pages()
let page = pages[0]
await page.goto('https://emereg.com')
// email support@emereg.com for access.
// email support@emereg.com for access.