Skip to content

Conversation

@mrosseel
Copy link
Collaborator

@mrosseel mrosseel commented Jul 21, 2025

Add /api/screenshot which:

  • takes a screenshot of the current screen (same as /image)
  • first navigates to a menu path before taking a screenshot
  • optionally navigate to a menu path and then executes key strokes before taking a screenshot

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 ;)

@brickbots brickbots changed the base branch from release to main July 28, 2025 20:59
# This is a basic implementation - you may need to adjust
# based on your specific menu structure
for part in path_parts:
if part.strip():
Copy link
Owner

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 :-)

Copy link
Collaborator Author

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

@mrosseel mrosseel changed the title Screenshot server [WIP] Screenshot server Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants