addedInput schema / $defs / SessionOpenInput / properties / backend / enum
Added value: +[
+ "cdp",
+ "bidi",
+ "auto"
+]
addedInput schema / $defs / SessionOpenInput / properties / browser
Added value: +{
+ "default": "chrome",
+ "description": "Browser engine for BiDi backend: 'chrome' (chromedriver) or 'firefox' (geckodriver). Only used when backend='bidi'.",
+ "enum": [
+ "chrome",
+ "firefox"
+ ],
+ "title": "Browser",
+ "type": "string"
+}
addedInput schema / $defs / SessionOpenInput / properties / browser_url
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "WebSocket URL of an existing browser (e.g. ws://localhost:9222)",
+ "title": "Browser Url"
+}
addedInput schema / $defs / SessionOpenInput / properties / connect_existing
Added value: +{
+ "default": false,
+ "description": "Launch Chrome with --remote-debugging-port and connect to it. Useful for reusing an existing browser profile with logged-in sessions. The browser is launched headed (headless is ignored).",
+ "title": "Connect Existing",
+ "type": "boolean"
+}
addedInput schema / $defs / SessionOpenInput / properties / extra_headers / description
Added value: +"Extra HTTP headers to send"
addedInput schema / $defs / SessionOpenInput / properties / headless / description
Added value: +"Run browser in headless mode"
addedInput schema / $defs / SessionOpenInput / properties / height / description
Added value: +"Viewport height in pixels"
addedInput schema / $defs / SessionOpenInput / properties / proxy / description
Added value: +"Proxy server URL (e.g. http://host:port)"
addedInput schema / $defs / SessionOpenInput / properties / remote_url
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Cloud browser WebSocket URL",
+ "title": "Remote Url"
+}
addedInput schema / $defs / SessionOpenInput / properties / stealth
Added value: +{
+ "default": false,
+ "description": "Enable anti-bot stealth mode",
+ "title": "Stealth",
+ "type": "boolean"
+}
addedInput schema / $defs / SessionOpenInput / properties / timeout / description
Added value: +"Operation timeout in ms"
addedInput schema / $defs / SessionOpenInput / properties / user_agent / description
Added value: +"Custom User-Agent string"
addedInput schema / $defs / SessionOpenInput / properties / user_data_dir
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Persistent Chrome user data directory",
+ "title": "User Data Dir"
+}
addedInput schema / $defs / SessionOpenInput / properties / width / description
Added value: +"Viewport width in pixels"