| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Frame.TypeOptions |
Frame.TypeOptions.setDelay(double delay) |
Frame.TypeOptions |
Frame.TypeOptions.setNoWaitAfter(boolean noWaitAfter) |
Frame.TypeOptions |
Frame.TypeOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
Frame.type(String selector,
String text,
Frame.TypeOptions options)
Sends a
keydown, keypress/input, and keyup event for each character in the text. |
Copyright © 2021. All rights reserved.