What is playwright?
"A high-level API to automate web browsers"
playwright is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 3.5 MB on disk.
Installation Guide
# Install via NPM
npm install playwright
# Install via Yarn
yarn add playwright