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

More robust typing implementation #127

Open mondaychen opened 2 months ago

mondaychen commented 2 months ago

Currently the setValue tool does this following:

This would work well usually, but some web pages might set up the page to prevent selecting the input. We can send command to "DeleteToBeginningOfParagraph" + "DeleteToEndOfParagraph" to double delete it.