You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
6cecbf9: qawolf runner act --screenshot <path> asks the runner to answer with a JPEG of its screen after the action and writes it the way runner screenshot does: to the file, or to stdout with -. One call per computer-use step in place of act, a wait and screenshot. An action that reached the screen and did not take effect answers with a screenshot too, so a refusal still leaves a picture of why. The runner SDK's act verb takes the same option as withScreenshot.
b172792: qawolf runner screenshot --out - writes the JPEG bytes to stdout instead of a file. Stdout carries the image alone; the confirmation, a JSON line under --json, goes to stderr.