Skip to content

Instantly share code, notes, and snippets.

@angiejones
Created September 11, 2020 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angiejones/676d0d2a1d96c91ea6ca67ff05e857cc to your computer and use it in GitHub Desktop.
Save angiejones/676d0d2a1d96c91ea6ca67ff05e857cc to your computer and use it in GitHub Desktop.
Playwright - go to URL
(async () => {
browser = await chromium.launch()
page = await browser.newPage()
await page.goto('https://automationbookstore.dev/')
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment