Open a page
browser://desktop/page/command/open
{
"url": "https://example.com/"
}
Automation connector
Browser Control exposes browser actions as URI commands. By default it is safe and does not open the physical host browser; set BROWSER_CONTROL_ENDPOINT or URI_SERVICE_MAP to forward commands to a noVNC or urirun node.
browser runtime or noVNC urirun nodebrowser://desktop/page/command/open
{
"url": "https://example.com/"
}
browser://desktop/page/command/screenshot
{
"url": "https://example.com/",
"output": "example.png"
}
curl -fsSL 'https://connect.ifuri.com/install?connectors=browser-control' | bash
{
"id": "browser-control",
"name": "Browser Control",
"status": "available",
"uriSchemes": [
"browser"
],
"routes": [
"browser://desktop/page/command/open",
"browser://desktop/page/command/screenshot"
],
"install": {
"mode": "urirun-extra",
"pipSpec": "urirun-connector-browser-control @ git+https://github.com/if-uri/urirun-connector-browser-control.git@v0.1.1"
},
"hubUrl": "https://connect.ifuri.com/connectors/browser-control"
}