oc_devtools_url
Get the Chrome DevTools inspector URL for a specific tab or worker page. Paste the URL into any local browser to attach live DevTools.
Instructions
Get the Chrome DevTools inspector URL for the current worker's active page. Returns a URL you can paste into any local browser to attach live DevTools to the running page. Use targetId to select a specific open tab, or workerId to select a specific worker's current page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetId | No | Optional CDP target ID. When provided, returns the DevTools URL for that specific tab. | |
| workerId | No | Optional worker ID. When provided (and targetId is omitted), returns the DevTools URL for that worker's current page. |