Uses of Class
org.openqa.selenium.devtools.domsnapshot.model.RareStringData
-
Packages that use RareStringData Package Description org.openqa.selenium.devtools.domsnapshot.model -
-
Uses of RareStringData in org.openqa.selenium.devtools.domsnapshot.model
Methods in org.openqa.selenium.devtools.domsnapshot.model that return RareStringData Modifier and Type Method Description RareStringData
NodeTreeSnapshot. getCurrentSourceURL()
The selected url for nodes with a srcset attribute.RareStringData
NodeTreeSnapshot. getInputValue()
Only set for input elements, contains the input's associated text value.RareStringData
NodeTreeSnapshot. getOriginURL()
The url of the script (if any) that generates this node.RareStringData
NodeTreeSnapshot. getPseudoType()
Type of a pseudo element node.RareStringData
NodeTreeSnapshot. getTextValue()
Only set for textarea elements, contains the text value.Constructors in org.openqa.selenium.devtools.domsnapshot.model with parameters of type RareStringData 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)
-