| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.domsnapshot |
| Modifier and Type | Method and Description |
|---|---|
RareBooleanData |
NodeTreeSnapshot.getInputChecked()
Only set for radio and checkbox input elements, indicates if the element has been checked
|
RareBooleanData |
NodeTreeSnapshot.getIsClickable()
Whether this DOM node responds to mouse clicks.
|
RareBooleanData |
NodeTreeSnapshot.getOptionSelected()
Only set for option elements, indicates if the element has been selected
|
RareBooleanData |
LayoutTreeSnapshot.getStackingContexts()
Stacking context information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeTreeSnapshot.setInputChecked(RareBooleanData inputChecked)
Only set for radio and checkbox input elements, indicates if the element has been checked
|
void |
NodeTreeSnapshot.setIsClickable(RareBooleanData isClickable)
Whether this DOM node responds to mouse clicks.
|
void |
NodeTreeSnapshot.setOptionSelected(RareBooleanData optionSelected)
Only set for option elements, indicates if the element has been selected
|
void |
LayoutTreeSnapshot.setStackingContexts(RareBooleanData stackingContexts)
Stacking context information.
|
Copyright © 2020. All rights reserved.