public static class Operations.KeysDown extends Object
| Constructor and Description |
|---|
KeysDown(org.openqa.selenium.WebDriver driver,
CharSequence keysToSend) |
| Modifier and Type | Method and Description |
|---|---|
void |
inBrowser()
Send key-down to the browser in general
|
void |
on(Path path)
Send key-down to an element in the browser
|
public KeysDown(org.openqa.selenium.WebDriver driver,
CharSequence keysToSend)
public void inBrowser()
public void on(Path path) throws Operations.OperationFailedException
path - the element to press a key down onOperations.OperationFailedException - operation failed. Typically includes the reason.Copyright © 2019. All rights reserved.