fuji-web icon indicating copy to clipboard operation
fuji-web copied to clipboard

More robust typing implementation

Open mondaychen opened this issue 10 months ago • 0 comments

Currently the setValue tool does this following:

  • click on the input (or the label)
  • select all text
  • type

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.

mondaychen avatar Apr 18 '24 17:04 mondaychen