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