playwrightEasy Playground

Modern browser automation by Microsoft; Chromium, Firefox, WebKit

Getting started with playwrightRun locally
Install
pip install playwright && playwright install
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: playwright)

playwright is a third-party package. Modern browser automation by Microsoft; Chromium, Firefox, WebKit. Install with: pip install playwright && playwright install

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?