test_watch_events
Capture and filter browser events (DOM mutations, network requests/responses, console errors/warnings, navigation, dialogs) for testing and automation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Event types to watch | |
| maxEvents | No | Maximum events to capture (default: 1000) | |
| urlPattern | No | Filter network events by URL pattern |