purroxy_run_capability
Execute recorded browser automation to extract structured data from websites using saved session credentials. Replays actions in a headless browser for automated data collection.
Instructions
Execute a recorded browser automation capability by name. Purroxy replays the recorded actions in a headless browser with saved session credentials, then extracts and returns structured data from the resulting page. Call purroxy_list_capabilities first to discover available capability names and their parameters. Requires the Purroxy desktop app to be running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capability_name | Yes | The name of the capability to execute, exactly as returned by purroxy_list_capabilities. | |
| parameters | No | Input parameters for the capability as key-value string pairs. Check purroxy_list_capabilities to see which parameters each capability accepts and which are required. |