web-arena-x / webarena

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

Adding option to clear text #33

Closed RichardZhu123 closed 1 year ago

RichardZhu123 commented 1 year ago

I believe currently there is only a function to type[]. However, if there is already text in the field, there is no way to clear the text.

Is it possible to add a clear[] function?

shuyanzhou commented 1 year ago

It is possible to add another action; however, this would also grow the action space.

The ways to delete the existing content in an input box are

shuyanzhou commented 1 year ago

Check out #36 for an example