| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Page.WaitForRequestOptions |
Page.WaitForRequestOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
Request |
Page.waitForRequest(Pattern urlOrPredicate,
Page.WaitForRequestOptions options,
Runnable callback)
Waits for the matching request and returns it.
|
Request |
Page.waitForRequest(Predicate<Request> urlOrPredicate,
Page.WaitForRequestOptions options,
Runnable callback)
Waits for the matching request and returns it.
|
Request |
Page.waitForRequest(String urlOrPredicate,
Page.WaitForRequestOptions options,
Runnable callback)
Waits for the matching request and returns it.
|
Copyright © 2021. All rights reserved.