Use this method to simulate typing into an element, which may set its value. See W3C WebDriver specification for more details. @param keysToSend character sequence to send to the element @throws IllegalArgumentException if keysToS
(CharSequence... keysToSend)
| 68 | * @throws IllegalArgumentException if keysToSend is null |
| 69 | */ |
| 70 | void sendKeys(CharSequence... keysToSend); |
| 71 | |
| 72 | /** |
| 73 | * If this element is a form entry element, this will reset its value. |
no outgoing calls