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
Based on my experiments with the tool, I observed that since there is no scroll functionality like we have in our laptops, the tool tries to use page down instead.
And most of times, the area is not under focus and hence page down (scroll) does not happen.
If it used mouse (Ex: playwright's mouse class has wheel function), it would ensure that cursor is in same area where we want to scroll.
So requesting to add Mouse's wheel functionality to computer use tool.
Also please provide tips that helped you bypass this limitation.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
parth3724
changed the title
absence of scroll functionality is creating lot of problems
absence of scroll functionality is creating problems
Feb 21, 2025
hi,
Based on my experiments with the tool, I observed that since there is no scroll functionality like we have in our laptops, the tool tries to use page down instead.
And most of times, the area is not under focus and hence page down (scroll) does not happen.
If it used mouse (Ex: playwright's mouse class has wheel function), it would ensure that cursor is in same area where we want to scroll.
So requesting to add Mouse's wheel functionality to computer use tool.
Also please provide tips that helped you bypass this limitation.
Thanks in advance.
The text was updated successfully, but these errors were encountered: