Interact with a webpage
web_interactExecute browser actions (click, fill, select, press, wait) on a live page to test flows or access content behind interactions, returning an accessibility snapshot.
Instructions
Run a sequence of actions (click, fill, select, press, waitFor) on a live page — for testing flows or reaching content behind interaction. Returns a text accessibility snapshot by default; pass screenshot=true only when you actually need to see pixels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| actions | Yes | ||
| sessionId | No | persist cookies/localStorage under this session identifier across calls | |
| screenshot | No | ||
| ignoreRobots | No | ||
| resultSelector | No | scope the returned snapshot to this subtree |