| Package | Description |
|---|---|
| com.microsoft.playwright | |
| com.microsoft.playwright.options |
| Modifier and Type | Field and Description |
|---|---|
List<KeyboardModifier> |
Page.ClickOptions.modifiers
Modifier keys to press.
|
List<KeyboardModifier> |
Page.DblclickOptions.modifiers
Modifier keys to press.
|
List<KeyboardModifier> |
Page.HoverOptions.modifiers
Modifier keys to press.
|
List<KeyboardModifier> |
Page.TapOptions.modifiers
Modifier keys to press.
|
List<KeyboardModifier> |
Frame.ClickOptions.modifiers
Modifier keys to press.
|
List<KeyboardModifier> |
Frame.DblclickOptions.modifiers
Modifier keys to press.
|
List<KeyboardModifier> |
Frame.HoverOptions.modifiers
Modifier keys to press.
|
List<KeyboardModifier> |
Frame.TapOptions.modifiers
Modifier keys to press.
|
List<KeyboardModifier> |
ElementHandle.ClickOptions.modifiers
Modifier keys to press.
|
List<KeyboardModifier> |
ElementHandle.DblclickOptions.modifiers
Modifier keys to press.
|
List<KeyboardModifier> |
ElementHandle.HoverOptions.modifiers
Modifier keys to press.
|
List<KeyboardModifier> |
ElementHandle.TapOptions.modifiers
Modifier keys to press.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyboardModifier |
KeyboardModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyboardModifier[] |
KeyboardModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.