| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
ElementHandle.FillOptions |
ElementHandle.FillOptions.setNoWaitAfter(boolean noWaitAfter) |
ElementHandle.FillOptions |
ElementHandle.FillOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementHandle.fill(String value,
ElementHandle.FillOptions options)
This method waits for actionability checks, focuses the
element, fills it and triggers an
input event after filling. |
Copyright © 2021. All rights reserved.