API Reference
/- Browser
- Local API
- Get remote debugging info for all opened profiles
Start browser profile
Stop browser profile
Get the browser profile running status
Close all opened profiles
Get process IDs of all opened profiles
Download browser kernel
Get remote debugging info...
Gets remote debugging port and other information for all opened profiles. No request parameters required.
POST
curl -i -X POST \
http://127.0.0.1:40000/api/env/getAllDebugInfo \
-H 'Content-Type: application/json' \
-d '{}'Response
{ "code": 0, "msg": null, "data": [ { … } ] }