browser_act
Act on browser elements using @b refs from browser_observe. Supports click, fill, navigate, and key press; returns updated state.
Instructions
Act in the selected project browser. Use an @b ref from browser_observe; returns changed state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Playwright key such as Enter or Escape | |
| url | No | ||
| value | No | Text for fill; never echoed or stored | |
| action | Yes | ||
| target | No | @b ref preferred; otherwise exact accessible name | |
| observe | No | changes |