Skip to content
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

Support scrolling portion of web page #113

Open
mondaychen opened this issue Apr 9, 2024 · 0 comments
Open

Support scrolling portion of web page #113

mondaychen opened this issue Apr 9, 2024 · 0 comments
Labels
enhancement New feature or request limitations Known limitation of the system

Comments

@mondaychen
Copy link
Contributor

As of now WebWand doesn't scroll well when the scrollable portion is in part of the page (e.g. a dialog with long content) instead of the whole body of page

One thought is we can provide all scrollable elements on the page and ask for an ID when agent wants to scroll. But it might be tricky to tell the agent what those wrappers are, because unlike buttons and inputs they are often just

with CSS.

Maybe we need have a subagent just for this. In that case we can send a separate screenshot to indicate where are each scrollable portion.

@mondaychen mondaychen added enhancement New feature or request limitations Known limitation of the system labels Apr 9, 2024
@mondaychen mondaychen changed the title Support scrolling part of web page Support scrolling portion of web page Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request limitations Known limitation of the system
Projects
None yet
Development

No branches or pull requests

1 participant