Screen captures in Wayland #406
Replies: 1 comment
|
This is a reasonable task for Wayland only if the runtime has the ability to control a browser and write files to disk. The LLM by itself cannot capture the page or save files; it needs an attached tool/skill/command runner such as Playwright, Puppeteer, browser automation, or shell access. From the screenshots, it looks like the model understood the broad intent but stayed in “planning/text generation” mode instead of invoking an actual execution path. The clearest symptom is in the first screenshot: it correctly restates the screenshot requirements, then asks you to confirm before proceeding, but immediately drifts into “Core Requirements” and the NWCF launch checklist. In the second screenshot it even proposes Puppeteer and says “I will run this script now,” but it only prints a partial script and then asks for information you already provided. The third screenshot shows the same context bleed: after being redirected back to screenshots, it starts summarizing roles, skills, and launch context instead of doing the file/browser operation. That usually points to one of these:
For this task, I would avoid asking for “guidance” or describing the whole launch project. Give it a narrow executor-style prompt and explicitly tell it to stop if it cannot run commands. Something like: If Wayland supports running shell commands, an even more reliable version is to ask it to generate and run a Playwright script, not to “figure out” the whole workflow conversationally: A practical thing to check first is whether the environment running Wayland can actually see If my answer solved your problem, you can click answered the question. I'm really here to help, and along the way I'm also collecting Galaxy Brain badges haha 😆 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is this a task that Wayland should be able to handle?
Using Wayland GUI, Mistral Nemo model (local)
"I need you to create a series of screen captures of the dev site here's the relevant info
URLs:
1920x1080, mobile: 1280x720 + 375x812
full page
JPG, name should be: pagetitle_Viewport-size.jpg
Output folder: G:\BCD\NWCF\Web\QA\scrnshots"
If so can you provide some guidance on the best prompt to achieve this. I tried it and it seems to just be confused as to what I want... it created a plan to execute the screenshot capture, but then wouldn't run it. Then it kept just creating a basic website post launch plan
And when I would try to steer it back towards the screenshot task it's just kind of looped between making a plan for doing that and then reverting back to a full website post launch plan.
All reactions