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