I am so lost after reading through https://docs.openclaw.ai/tools/browser. So what does "driver" do?
And let me ask in another way - to smoothly connect to Browserless running in a local network location, how should I configure browser?
"browser": {
"enabled": true,
"remoteCdpTimeoutMs": 20000,
"remoteCdpHandshakeTimeoutMs": 30000,
"defaultProfile": "openclaw",
"headless": false,
"noSandbox": true,
"attachOnly": true,
"profiles": {
"openclaw": {
"cdpUrl": "ws://172.20.0.2:3000?launch=%7B%22ignoreDefaultArgs%22%3A%5B%22--disable-dev-shm-usage%22%5D%7D",
"color": "#00AA00"
}
}
},
is this any good? I haven't even included "driver" anywhere.... what about "SSRF policy"? What even is that?