Uses of Class
org.openqa.selenium.devtools.v119.domsnapshot.model.RareBooleanData
Packages that use RareBooleanData
-
Uses of RareBooleanData in org.openqa.selenium.devtools.v119.domsnapshot.model
Methods in org.openqa.selenium.devtools.v119.domsnapshot.model that return RareBooleanDataModifier and TypeMethodDescriptionLayoutTreeSnapshot.getStackingContexts()
Stacking context information.Methods in org.openqa.selenium.devtools.v119.domsnapshot.model that return types with arguments of type 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 selectedConstructors in org.openqa.selenium.devtools.v119.domsnapshot.model with parameters of type RareBooleanDataModifierConstructorDescriptionLayoutTreeSnapshot
(List<Integer> nodeIndex, List<ArrayOfStrings> styles, List<Rectangle> bounds, List<StringIndex> text, RareBooleanData stackingContexts, Optional<List<Integer>> paintOrders, Optional<List<Rectangle>> offsetRects, Optional<List<Rectangle>> scrollRects, Optional<List<Rectangle>> clientRects, Optional<List<StringIndex>> blendedBackgroundColors, Optional<List<Number>> textColorOpacities)