/playwright-tutorial

Getting started with playwright, a Node library to automate Chromium, Firefox and WebKit browsers - https://github.com/microsoft/playwright

Primary LanguageJavaScript

Playwright Tutorial

Installtion

yarn add playwright

or

npm i playwright

This installs Playwright along with its dependencies and the browser binaries. Browser binaries are about 50-100MB each, so expect the installation network traffic to be substantial.

from microsoft/playwright/README.md

Examples

  1. Open a webpage and capture screenshot