| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
ElementHandle.PressOptions |
ElementHandle.PressOptions.setDelay(double delay) |
ElementHandle.PressOptions |
ElementHandle.PressOptions.setNoWaitAfter(boolean noWaitAfter) |
ElementHandle.PressOptions |
ElementHandle.PressOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementHandle.press(String key,
ElementHandle.PressOptions options)
Focuses the element, and then uses
Keyboard.down() and Keyboard.up(). |
Copyright © 2021. All rights reserved.