Uses of Class
io.webfolder.cdp.type.domsnapshot.RareBooleanData
Packages that use RareBooleanData
-
Uses of RareBooleanData in io.webfolder.cdp.type.domsnapshot
Methods in io.webfolder.cdp.type.domsnapshot that return RareBooleanDataModifier and TypeMethodDescriptionNodeTreeSnapshot.getInputChecked()
Only set for radio and checkbox input elements, indicates if the element has been checkedNodeTreeSnapshot.getIsClickable()
Whether this DOM node responds to mouse clicks.NodeTreeSnapshot.getOptionSelected()
Only set for option elements, indicates if the element has been selectedLayoutTreeSnapshot.getStackingContexts()
Stacking context information.Methods in io.webfolder.cdp.type.domsnapshot with parameters of type RareBooleanDataModifier and TypeMethodDescriptionvoid
NodeTreeSnapshot.setInputChecked
(RareBooleanData inputChecked) Only set for radio and checkbox input elements, indicates if the element has been checkedvoid
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 selectedvoid
LayoutTreeSnapshot.setStackingContexts
(RareBooleanData stackingContexts) Stacking context information.