riddle_run_script
Execute Playwright scripts on web pages to automate browser interactions and testing. Returns a job ID for tracking execution status.
Instructions
Run a Playwright script on a page (async). Returns job_id to check status later.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Starting URL | |
| script | Yes | Playwright script (page object available) | |
| width | No | ||
| height | No |