#full local browser autonomy on Windows?

1 messages Β· Page 1 of 1 (latest)

unreal delta
#

Hi, I'm trying to get full local browser autonomy on Windows with OpenClaw so the agent can operate tools like Lovable from my local machine.

Environment

β€’ Windows
β€’ openclaw --version β†’ OpenClaw 2026.4.21 (f788c88)

Current behavior

β€’ openclaw browser open https://example.com β†’ works
β€’ openclaw browser tabs β†’ works
β€’ openclaw browser snapshot --format aria β†’ works
β€’ openclaw browser snapshot / openclaw browser snapshot --format ai β†’ fails

Error

GatewayClientRequestError: Playwright is not available in this gateway build; 'ai snapshot' is unsupported. Install the full Playwright package (not playwright-core) and restart the gateway, or reinstall with browser support.

What I already checked

β€’ npm ls -g openclaw playwright playwright-core
β€’ openclaw@2026.4.21
β€’ playwright@1.59.1
β€’ playwright-core@1.59.1
β€’ openclaw plugins doctor β†’ Errors: 0
β€’ openclaw plugins list shows:
β€’ browser β†’ loaded
β€’ openclaw plugins inspect browser shows:
β€’ Status: loaded
β€’ Source: ~\AppData\Roaming\npm\node_modules\openclaw\dist\extensions\browser\index.js
β€’ Service: browser-control
β€’ Gateway methods: browser.request

Additional note

After a clean reinstall, browser.request works again and browser open works, so the browser plugin is definitely loaded.
The issue is specifically that:

β€’ normal browser control works
β€’ aria snapshot works
β€’ ai snapshot does not

Question

Is this a known limitation of the current Windows gateway/browser build in 2026.4.21, or is there a specific installation path required to enable full ai snapshot support locally on Windows?

fathom cliffBOT
white sableBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution