normal-computing / fuji-web

Fuji is an AI agent that lives in your browser's sidepanel. You can now get tasks done online with a single command!
Apache License 2.0
191 stars 13 forks source link

is scrolling supported? I get an error if i explicitly ask Fuji to scroll. #174

Closed seshubonam closed 1 month ago

seshubonam commented 1 month ago

Is your feature request related to a problem? Please describe. Need to scroll to get more content from webpage if relevant answer is not found.

Describe the solution you'd like scrolling step could be set when the confidence score of the latest action history is lower than a threshold for the input query.

Describe alternatives you've considered may be manually scroll and run the query

Additional context scroll would be useful because the ui of webpage sometimes gets crammed due to the fuji extention window using part of the webpage space.

github-actions[bot] commented 1 month ago

Thank you for your contribution. We will check and reply to you as soon as possible.

seshubonam commented 1 month ago
Screenshot 2024-05-26 at 3 28 25 AM

For scrolling a web page, I get this error after trying in different websites

mondaychen commented 1 month ago

Thanks for reporting this issue. This problem was introduce when I was trying to fix another issue in #170. I'll submit a fix soon

seshubonam commented 1 month ago

awesome. this was the only drawback i noticed. rest it was working very well with the current page context.

seshubonam commented 1 month ago

also the decision to use chrome extension is good because the other automations ive tested open a chrome browser instance that doesnt support login due to security reasons. working with existing chrome tabs gives an edge. ⚡

mondaychen commented 1 month ago

This should work fine in v2.1.1.3! Let me know if it persists or if you noticed anything else!