MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / sendKeys

Method sendKeys

java/src/org/openqa/selenium/WebElement.java:70–70  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Implementers 2

RemoteWebElementjava/src/org/openqa/selenium/remote/Re
WrappedWebElementjava/test/org/openqa/selenium/WrappedW

Calls

no outgoing calls