get_console_logs
InactiveTool of sncro
Get recent console logs and errors from the browser. Returns the latest console output and any JavaScript errors, including unhandled exceptions and promise rejections. This reads from baseline data that the browser pushes every 5 seconds, so it works even if the browser tab is in the background. If you get a "no data" error, the browser hasn't connected yet — call check_session to diagnose, then retry.
Parameters schema
{
"type": "object",
"title": "get_console_logsArguments",
"required": [
"key",
"secret"
],
"properties": {
"key": {
"type": "string",
"title": "Key"
},
"secret": {
"type": "string",
"title": "Secret"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
sncro
https://github.com/scottconfusedgorilla/sncro-relay
2/7 registries