| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Page.WaitForURLOptions |
Page.WaitForURLOptions.setTimeout(double timeout) |
Page.WaitForURLOptions |
Page.WaitForURLOptions.setWaitUntil(WaitUntilState waitUntil) |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.waitForURL(Pattern url,
Page.WaitForURLOptions options)
Waits for the main frame to navigate to the given URL.
|
void |
Page.waitForURL(Predicate<String> url,
Page.WaitForURLOptions options)
Waits for the main frame to navigate to the given URL.
|
void |
Page.waitForURL(String url,
Page.WaitForURLOptions options)
Waits for the main frame to navigate to the given URL.
|
Copyright © 2021. All rights reserved.