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