| Package | Description |
|---|---|
| com.microsoft.playwright | |
| com.microsoft.playwright.options |
| Modifier and Type | Method and Description |
|---|---|
default void |
Page.waitForLoadState(LoadState state)
Returns when the required load state has been reached.
|
default void |
Frame.waitForLoadState(LoadState state)
Waits for the required load state to be reached.
|
void |
Frame.waitForLoadState(LoadState state,
Frame.WaitForLoadStateOptions options)
Waits for the required load state to be reached.
|
void |
Page.waitForLoadState(LoadState state,
Page.WaitForLoadStateOptions options)
Returns when the required load state has been reached.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadState |
LoadState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadState[] |
LoadState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.