| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Frame.CheckOptions |
Frame.CheckOptions.setForce(boolean force) |
Frame.CheckOptions |
Frame.CheckOptions.setNoWaitAfter(boolean noWaitAfter) |
Frame.CheckOptions |
Frame.CheckOptions.setPosition(double x,
double y) |
Frame.CheckOptions |
Frame.CheckOptions.setPosition(Position position) |
Frame.CheckOptions |
Frame.CheckOptions.setTimeout(double timeout) |
Frame.CheckOptions |
Frame.CheckOptions.setTrial(boolean trial) |
| Modifier and Type | Method and Description |
|---|---|
void |
Frame.check(String selector,
Frame.CheckOptions options)
This method checks an element matching
selector by performing the following steps:
Find an element matching selector. |
Copyright © 2021. All rights reserved.