get_custom_events
Retrieve custom browser events not handled by standard listeners, such as Target.targetCreated, to monitor results from specialized debugging commands.
Instructions
EXPERIMENTAL: Retrieve events captured from the browser that are not handled by other specialized listeners (like network or console). Use this to see results of custom commands that produce events (e.g., Target.targetCreated).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_method | No | Optional: Filter events by method name (e.g., 'Target.targetCreated'). | |
| limit | Yes | Optional: Limit the number of events returned (default 100). |