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