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
NodeTreeSnapshot. getInputChecked()
Only set for radio and checkbox input elements, indicates if the element has been checkedRareBooleanData
NodeTreeSnapshot. getIsClickable()
Whether this DOM node responds to mouse clicks.RareBooleanData
NodeTreeSnapshot. getOptionSelected()
Only set for option elements, indicates if the element has been selectedRareBooleanData
LayoutTreeSnapshot. getStackingContexts()
Stacking context information.Constructors 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.List<java.lang.Integer> paintOrders, java.util.List<Rectangle> offsetRects, java.util.List<Rectangle> scrollRects, java.util.List<Rectangle> clientRects)
NodeTreeSnapshot(java.util.List<java.lang.Integer> parentIndex, java.util.List<java.lang.Integer> nodeType, java.util.List<StringIndex> nodeName, java.util.List<StringIndex> nodeValue, java.util.List<BackendNodeId> backendNodeId, java.util.List<ArrayOfStrings> attributes, RareStringData textValue, RareStringData inputValue, RareBooleanData inputChecked, RareBooleanData optionSelected, RareIntegerData contentDocumentIndex, RareStringData pseudoType, RareBooleanData isClickable, RareStringData currentSourceURL, RareStringData originURL)
-