Open a page
browser://desktop/page/command/open
{
"url": "https://example.com/"
}
Automation connector
Browser Control will expose browser actions as URI commands for visual checks, screenshots and demo automation. In the LAN lab it should target the noVNC machine, not the physical host browser.
browser runtimebrowser://desktop/page/command/open
{
"url": "https://example.com/"
}
curl -fsSL 'https://connect.ifuri.com/install?connectors=browser-control' | bash
This connector is planned. The installer is visible for contract design, but execution is disabled until the connector package is available.
{
"id": "browser-control",
"name": "Browser Control",
"status": "planned",
"uriSchemes": [
"browser"
],
"routes": [
"browser://desktop/page/command/open",
"browser://desktop/page/command/screenshot"
],
"install": {
"mode": "planned",
"pipSpec": "urirun-connectors-browser"
},
"hubUrl": "https://connect.ifuri.com/connectors/browser-control"
}