| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Page.WaitForResponseOptions |
Page.WaitForResponseOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
Response |
Page.waitForResponse(Pattern urlOrPredicate,
Page.WaitForResponseOptions options,
Runnable callback)
Returns the matched response.
|
Response |
Page.waitForResponse(Predicate<Response> urlOrPredicate,
Page.WaitForResponseOptions options,
Runnable callback)
Returns the matched response.
|
Response |
Page.waitForResponse(String urlOrPredicate,
Page.WaitForResponseOptions options,
Runnable callback)
Returns the matched response.
|
Copyright © 2021. All rights reserved.