Uses of Class
org.openqa.selenium.devtools.domsnapshot.model.RareIntegerData
-
Packages that use RareIntegerData Package Description org.openqa.selenium.devtools.domsnapshot.model -
-
Uses of RareIntegerData in org.openqa.selenium.devtools.domsnapshot.model
Methods in org.openqa.selenium.devtools.domsnapshot.model that return RareIntegerData Modifier and Type Method Description RareIntegerData
NodeTreeSnapshot. getContentDocumentIndex()
The index of the document in the list of the snapshot documents.Constructors in org.openqa.selenium.devtools.domsnapshot.model with parameters of type RareIntegerData Constructor Description 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)
-