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