public static class Operations.KeysSender extends Object
| Constructor and Description |
|---|
KeysSender(org.openqa.selenium.WebDriver driver,
CharSequence... charsToSend) |
| Modifier and Type | Method and Description |
|---|---|
void |
to(Path path)
Send keys to a specific element in the browser
|
void |
toBrowser()
Send characters tp the browser in general
|
public KeysSender(org.openqa.selenium.WebDriver driver,
CharSequence... charsToSend)
public void toBrowser()
public void to(Path path) throws Operations.OperationFailedException
path - the element to send the keys toOperations.OperationFailedException - operation failed. Typically includes the reason.Copyright © 2018. All rights reserved.