fix: clarify browser playwright-core install guidance

This commit is contained in:
Peter Steinberger
2026-04-22 21:47:22 +01:00
parent 99c1bc2cce
commit b648830632
3 changed files with 6 additions and 5 deletions

View File

@@ -637,9 +637,10 @@ What still needs Playwright:
Element screenshots also reject `--full-page`; the route returns `fullPage is
not supported for element screenshots`.
If you see `Playwright is not available in this gateway build`, install the full
Playwright package (not `playwright-core`) and restart the gateway, or reinstall
OpenClaw with browser support.
If you see `Playwright is not available in this gateway build`, repair the
bundled browser plugin runtime dependencies so `playwright-core` is installed,
then restart the gateway. For packaged installs, run `openclaw doctor --fix`.
For Docker, also install the Chromium browser binaries as shown below.
#### Docker Playwright install