execute_js
Execute JavaScript in a Fiverr browser tab to inspect the DOM, intercept data, or automate page actions. Returns results asynchronously.
Instructions
Run arbitrary JavaScript in the MAIN world of a Fiverr browser tab and return the result. Use this to inspect the DOM, intercept data, or perform any action on the page. The code runs as the body of an async function so you can use await and return values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | JavaScript source to execute (body of an async function — use return to send data back) | |
| url | No | Fiverr page URL to navigate to first (default: current Fiverr tab) | |
| reload | No | Force-reload the tab before executing (default false) |