Uses of Class
org.openqa.selenium.devtools.domsnapshot.model.RareBooleanData
-
Packages that use RareBooleanData Package Description org.openqa.selenium.devtools.domsnapshot.model -
-
Uses of RareBooleanData in org.openqa.selenium.devtools.domsnapshot.model
Methods in org.openqa.selenium.devtools.domsnapshot.model that return RareBooleanData Modifier and Type Method Description RareBooleanData
LayoutTreeSnapshot. getStackingContexts()
Stacking context information.Methods in org.openqa.selenium.devtools.domsnapshot.model that return types with arguments of type RareBooleanData Modifier and Type Method Description java.util.Optional<RareBooleanData>
NodeTreeSnapshot. getInputChecked()
Only set for radio and checkbox input elements, indicates if the element has been checkedjava.util.Optional<RareBooleanData>
NodeTreeSnapshot. getIsClickable()
Whether this DOM node responds to mouse clicks.java.util.Optional<RareBooleanData>
NodeTreeSnapshot. getOptionSelected()
Only set for option elements, indicates if the element has been selectedConstructors in org.openqa.selenium.devtools.domsnapshot.model with parameters of type RareBooleanData Constructor Description LayoutTreeSnapshot(java.util.List<java.lang.Integer> nodeIndex, java.util.List<ArrayOfStrings> styles, java.util.List<Rectangle> bounds, java.util.List<StringIndex> text, RareBooleanData stackingContexts, java.util.Optional<java.util.List<java.lang.Integer>> paintOrders, java.util.Optional<java.util.List<Rectangle>> offsetRects, java.util.Optional<java.util.List<Rectangle>> scrollRects, java.util.Optional<java.util.List<Rectangle>> clientRects)
-