| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
BrowserContext.WaitForPageOptions |
BrowserContext.WaitForPageOptions.setPredicate(Predicate<Page> predicate) |
BrowserContext.WaitForPageOptions |
BrowserContext.WaitForPageOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
Page |
BrowserContext.waitForPage(BrowserContext.WaitForPageOptions options,
Runnable callback)
Performs action and waits for a new
Page to be created in the context. |
Copyright © 2021. All rights reserved.