fuji-web
fuji-web copied to clipboard
More robust typing implementation
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.