← Back to home

Playwright — Browser Test Simulator

Pick a scenario. Watch the Python script drive a simulated browser.

test.py
New Tab
about:blank
Browser ready. Click Run Test.
DOM Ready: -ms Full Load: -ms Actions: 0
Screenshots
Console Output

▶ Run real tests locally

Above is a simulated trace served by /api/playwright. To drive a real Chromium, install Playwright and use the CLI:

pip install playwright
playwright install chromium
cd demos/playwright-py
python cli.py real --scenario bing --url https://www.bing.com