Package io.webfolder.cdp.session
Interface Constant
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKSPACE
static java.util.List<java.lang.String>
DOM_PROPERTIES
static int
DOWN_ARROW
static java.lang.Object[]
EMPTY_ARGS
static java.lang.Integer
EMPTY_NODE_ID
static int
ENTER
static int
ESC
static int
LEFT_ARROW
static int
RIGHT_ARROW
static java.util.List<java.lang.Integer>
SPECIAL_KEYS
static int
TAB
static int
UP_ARROW
static int
WAIT_PERIOD
static int
WAIT_TIMEOUT
-
-
-
Field Detail
-
DOM_PROPERTIES
static final java.util.List<java.lang.String> DOM_PROPERTIES
-
TAB
static final int TAB
- See Also:
- Constant Field Values
-
ENTER
static final int ENTER
- See Also:
- Constant Field Values
-
ESC
static final int ESC
- See Also:
- Constant Field Values
-
BACKSPACE
static final int BACKSPACE
- See Also:
- Constant Field Values
-
LEFT_ARROW
static final int LEFT_ARROW
- See Also:
- Constant Field Values
-
UP_ARROW
static final int UP_ARROW
- See Also:
- Constant Field Values
-
RIGHT_ARROW
static final int RIGHT_ARROW
- See Also:
- Constant Field Values
-
DOWN_ARROW
static final int DOWN_ARROW
- See Also:
- Constant Field Values
-
SPECIAL_KEYS
static final java.util.List<java.lang.Integer> SPECIAL_KEYS
-
EMPTY_NODE_ID
static final java.lang.Integer EMPTY_NODE_ID
-
EMPTY_ARGS
static final java.lang.Object[] EMPTY_ARGS
-
WAIT_TIMEOUT
static final int WAIT_TIMEOUT
- See Also:
- Constant Field Values
-
WAIT_PERIOD
static final int WAIT_PERIOD
- See Also:
- Constant Field Values
-
-