| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Frame.PressOptions |
Frame.PressOptions.setDelay(double delay) |
Frame.PressOptions |
Frame.PressOptions.setNoWaitAfter(boolean noWaitAfter) |
Frame.PressOptions |
Frame.PressOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
Frame.press(String selector,
String key,
Frame.PressOptions options)
key can specify the intended keyboardEvent.key value or a single
character to generate the text for. |
Copyright © 2021. All rights reserved.