Hi Krill,
I'm running a local OpenClaw agent and I'm trying to have it perform a web_fetch or browser action on a modern Single Page Application (SPA) built with React/Shadcn (e.g., https://redpillplatform.com).
My agent is returning extraction errors because the content is dynamically rendered (the initial web_fetch only returns the skeleton).
- Is there a specific configuration for my local OpenClaw gateway to enable a full-browser engine (like Playwright or a headless Chrome instance) so the agent can execute JavaScript and fetch rendered content?
- Or, is there an existing skill I should be using that handles dynamic/SPA content better than the standard web_fetch?
Any guidance on getting my agent to 'see' the full rendered page would be great!"