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