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