Skip to content

Instantly share code, notes, and snippets.

@imartinflores
Created July 30, 2023 19:10
Show Gist options
  • Save imartinflores/3bba0fcb1c3d60b54c62406f607c6ffe to your computer and use it in GitHub Desktop.
Save imartinflores/3bba0fcb1c3d60b54c62406f607c6ffe to your computer and use it in GitHub Desktop.
const browser = await chromium.connect(`wss://cdp.lambdatest.com/playwright?capabilities=${encodeURIComponent(JSON.stringify(capabilities))}`)
const page = await browser.newPage()
await page.goto('https://ecommerce-playground.lambdatest.io/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment