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
252 stars 24 forks source link

Implement more sophisticated methods to detect whether the page has finished loading #96

Closed mondaychen closed 5 months ago

mondaychen commented 6 months ago

Currently we wait 2 seconds after taking an action (e.g. click a button). It might not be enough for slow network. Need to find a better way to detect when the loading/page state change is done.