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
195 stars 13 forks source link

click the input but forget to set the value. #68

Closed lynchee-owo closed 3 months ago

lynchee-owo commented 3 months ago

Describe the bug Sometimes webwand clicks the input but forget to set the value. we need to enforce (click + setvalue) sequence for any input operation (edited)

Expected behavior If there's a input task, then must setValue or click + setValue

Screenshots Screenshot 2024-03-19 at 3 23 02 PM

lynchee-owo commented 3 months ago

This is a backlog. The problem is inconsistency, sometimes it performs perfectly and sometimes it doesn't.