Runs Speedometer 3.1 in Playwright and prints the final score.
python -m venv venv
source venv/bin/activate
pip install playwright
playwright install firefox chromiumHeadless (default):
python3 firefox-playwright/run_speedometer.pyHeadful:
python3 firefox-playwright/run_speedometer.py --headfulRun in Chrome:
python3 firefox-playwright/run_speedometer.py --browser chrome--browser chrome uses Playwright's Chrome channel and requires Google Chrome to be installed on the host.
Run both Firefox and Chrome:
python3 firefox-playwright/run_speedometer.py --browser firefox --browser chromeJSON output:
python3 firefox-playwright/run_speedometer.py --json