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.
Getting started with playwright, a Node library to automate Chromium, Firefox and WebKit browsers - https://github.com/microsoft/playwright
JavaScript
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.