list_workers
List all service, shared, and dedicated workers discovered in the browser for a given session. Use with evaluate_in_worker to run JavaScript in them.
Instructions
List worker targets (service workers, shared workers, dedicated workers) discovered via the browser-level Target domain. Use evaluate_in_worker to run JS in them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session id returned by launch_app. |