| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Page.WaitForFunctionOptions |
Page.WaitForFunctionOptions.setPollingInterval(double pollingInterval) |
Page.WaitForFunctionOptions |
Page.WaitForFunctionOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
JSHandle |
Page.waitForFunction(String expression,
Object arg,
Page.WaitForFunctionOptions options)
Returns when the
expression returns a truthy value. |
Copyright © 2021. All rights reserved.