sarbbottam / playwright-tutorial

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%