| Package | Description |
|---|---|
| com.microsoft.playwright | |
| com.microsoft.playwright.options |
| Modifier and Type | Field and Description |
|---|---|
WaitForSelectorState |
Page.WaitForSelectorOptions.state
Defaults to
"visible". |
WaitForSelectorState |
Frame.WaitForSelectorOptions.state
Defaults to
"visible". |
WaitForSelectorState |
ElementHandle.WaitForSelectorOptions.state
Defaults to
"visible". |
| Modifier and Type | Method and Description |
|---|---|
Page.WaitForSelectorOptions |
Page.WaitForSelectorOptions.setState(WaitForSelectorState state) |
Frame.WaitForSelectorOptions |
Frame.WaitForSelectorOptions.setState(WaitForSelectorState state) |
ElementHandle.WaitForSelectorOptions |
ElementHandle.WaitForSelectorOptions.setState(WaitForSelectorState state) |
| Modifier and Type | Method and Description |
|---|---|
static WaitForSelectorState |
WaitForSelectorState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaitForSelectorState[] |
WaitForSelectorState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.