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