| Package | Description |
|---|---|
| com.microsoft.playwright | |
| com.microsoft.playwright.options |
| Modifier and Type | Method and Description |
|---|---|
default void |
ElementHandle.waitForElementState(ElementState state)
Returns when the element satisfies the
state. |
void |
ElementHandle.waitForElementState(ElementState state,
ElementHandle.WaitForElementStateOptions options)
Returns when the element satisfies the
state. |
| Modifier and Type | Method and Description |
|---|---|
static ElementState |
ElementState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementState[] |
ElementState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.