-
-
Notifications
You must be signed in to change notification settings - Fork 47
[WIP] Screenshot server #332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This reverts commit c872394.
Can instruct to navigate to a menu path before taking the screenshot. Also can execute keystrokes before taking the screenshot.
| # This is a basic implementation - you may need to adjust | ||
| # based on your specific menu structure | ||
| for part in path_parts: | ||
| if part.strip(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested this? Looks like a partial implementation here :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just saw this remark, you are correct, I'll retest to make sure everything works. The text-help kinda depends on this so will do this first
Add /api/screenshot which:
This functionality can be given to e.g. claude code to visually check results.
@jscheidtmann sorry for changes in the server, hurry up with your conversion ;)