So, having trouble with OpenClaw having full click/type access in browser. Can access the browser but not those specific functions
This is the transcript from what OpenClaw says
Yep — I checked.
Current config has:
- browser.enabled: true
But I do not see:
- browser.defaultProfile
So right now the browser section is just:
json
browser:
enabled: true
That means the managed browser is enabled, but the docs’ recommended explicit default:
json
browser:
enabled: true,
defaultProfile: openclaw
is not currently set
What that means
This is worth fixing, but I don’t think it explains the whole failure by itself.
Why:
-
we were already successfully using the openclaw managed browser
-
the error was specifically:
-
Playwright is not available in this gateway build
-
that sounds deeper than profile selection alone
Still, setting:
- defaultProfile: openclaw
is the right cleanup step.
So the answer is:
- enabled is on
- defaultProfile is missing