Skip to content

Instantly share code, notes, and snippets.

@angiejones
Created September 11, 2020 22:18
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/9cdf8aedcd49db5b1946aec7370d6e18 to your computer and use it in GitHub Desktop.
Save angiejones/9cdf8aedcd49db5b1946aec7370d6e18 to your computer and use it in GitHub Desktop.
Playwright - Non-Headless Mode
browser = await playwright.chromium.launch({headless: false})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment