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