interact
Automate web page interactions by chaining actions like click, fill, select, scroll, and wait. Get the resulting page content as markdown.
Instructions
Interact with web page elements using Chromium headless browser. Execute actions like click, fill, select, scroll, and wait in sequence. Returns the final page content as markdown after all actions are executed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to interact with (must be http or https) | |
| actions | Yes | List of actions to execute in sequence | |
| timeout | No | Timeout in seconds (default: 30) |