web-arena-x / webarena

Code repo for "WebArena: A Realistic Web Environment for Building Autonomous Agents"
https://webarena.dev
Apache License 2.0
676 stars 103 forks source link

Improve current viewport filtering #39

Closed shuyanzhou closed 11 months ago

shuyanzhou commented 12 months ago

We relied on the bounding box provided by DOMSnapshot.captureSnapshot before. However, there are many problems with this method. Now we individually check each element by hooking it to its remote object through DOM.resolveNode and getclientboundingrect

wookayin commented 11 months ago

why removing beartype?