@restive oar , I basically don't know what I am doing... trying to set up my first browserless connection for my agent.
What I plan on doing is this - I will eventually have several agents, each of them tapping into browserless with their OWN environment, and my envrionment I mean persistent cookies, etc. I want to be able to see these same "enviornments" so I can do logins on websites before my agents take over etc. But each agent has their own "save data" for cookies etc.
I now have this:
"browser": {
"enabled": true,
"defaultProfile": "browserless",
"remoteCdpTimeoutMs": 2000,
"remoteCdpHandshakeTimeoutMs": 4000,
"profiles": {
"browserless" {
"cdpUrl": "ws://localhost:3000",
"color": "#00AA00"
}
}
}
I don't think it is sufficient for "segregation" of agents?
Also, I want my OpenClaw to get Browserless to NOT use the --disable-dev-shm-usage flag when opening chromium instances. But the container Browserless seems stubborn to include this flag. Any pointers there too?