rustwright-core 0.1.1

Rust CDP core for a Python Playwright-compatible automation API
1
2
3
4
5
6
7
8
9
{
  "id": "telescope",
  "category": "page-load-user-journey",
  "primary_use": "Collect cross-browser timing, HAR, screenshot, and video diagnostics for URLs.",
  "source_url": "https://telescopetest.io/",
  "default_command": "python benchmarks/telescope/run.py --url https://example.com --browser chrome",
  "setup_command": "python benchmarks/telescope/run.py --setup",
  "outputs": ".benchmark-data/browser-speed/results/telescope/"
}