ping
Checks connection to Chrome's DevTools endpoint (CDP_URL), returning status, browser, and protocol, or error details when unreachable.
Instructions
Check connectivity to Chrome's DevTools endpoint (CDP_URL).
Returns {"connected": True, "cdp_url", "browser", "protocol"} when
Chrome answers, or {"connected": False, "cdp_url", "error": ...} when it
is unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||