Package | Description |
---|---|
com.microsoft.playwright |
Modifier and Type | Method and Description |
---|---|
Page.WaitForRequestOptions |
Page.WaitForRequestOptions.setTimeout(double timeout)
Maximum wait time in milliseconds, defaults to 30 seconds, pass
0 to disable the 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.