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