#Trouble with Browser Tool

1 messages · Page 1 of 1 (latest)

onyx cradle
#

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
vernal lichenBOT
onyx cradle
#

Is this a config issue from the OpenClaw install? Or is it just a Playwright issue?