| Package | Description |
|---|---|
| com.microsoft.playwright | |
| com.microsoft.playwright.options |
| Modifier and Type | Field and Description |
|---|---|
WaitUntilState |
Page.GoBackOptions.waitUntil
When to consider operation succeeded, defaults to
load. |
WaitUntilState |
Page.GoForwardOptions.waitUntil
When to consider operation succeeded, defaults to
load. |
WaitUntilState |
Page.NavigateOptions.waitUntil
When to consider operation succeeded, defaults to
load. |
WaitUntilState |
Page.ReloadOptions.waitUntil
When to consider operation succeeded, defaults to
load. |
WaitUntilState |
Page.SetContentOptions.waitUntil
When to consider operation succeeded, defaults to
load. |
WaitUntilState |
Page.WaitForNavigationOptions.waitUntil
When to consider operation succeeded, defaults to
load. |
WaitUntilState |
Page.WaitForURLOptions.waitUntil
When to consider operation succeeded, defaults to
load. |
WaitUntilState |
Frame.NavigateOptions.waitUntil
When to consider operation succeeded, defaults to
load. |
WaitUntilState |
Frame.SetContentOptions.waitUntil
When to consider operation succeeded, defaults to
load. |
WaitUntilState |
Frame.WaitForNavigationOptions.waitUntil
When to consider operation succeeded, defaults to
load. |
WaitUntilState |
Frame.WaitForURLOptions.waitUntil
When to consider operation succeeded, defaults to
load. |
| Modifier and Type | Method and Description |
|---|---|
static WaitUntilState |
WaitUntilState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaitUntilState[] |
WaitUntilState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.