ulixee / hero

The web browser built for scraping
MIT License
647 stars 32 forks source link

Triple click (Google search for example) #272

Closed NN-Binary closed 3 weeks ago

NN-Binary commented 3 weeks ago

Hi!

I have an input text, I wish to erase the text in it (manually), to do that, I need to triple-click on the field and then type Backspace for as many char as there is, is there a way to do that?

Thank you guys~!

blakebyrnes commented 3 weeks ago

This is the easiest option: https://ulixee.org/docs/hero/basic-client/awaited-dom-extensions#clear-value

If that works, please mark this one as closed. Thanks!