Uses of Class
org.openqa.selenium.devtools.v141.domsnapshot.model.RareStringData
Packages that use RareStringData
-
Uses of RareStringData in org.openqa.selenium.devtools.v141.domsnapshot.model
Methods in org.openqa.selenium.devtools.v141.domsnapshot.model that return types with arguments of type RareStringDataModifier and TypeMethodDescriptionNodeTreeSnapshot.getCurrentSourceURL()The selected url for nodes with a srcset attribute.NodeTreeSnapshot.getInputValue()Only set for input elements, contains the input's associated text value.NodeTreeSnapshot.getOriginURL()The url of the script (if any) that generates this node.NodeTreeSnapshot.getPseudoIdentifier()Pseudo element identifier for this node.NodeTreeSnapshot.getPseudoType()Type of a pseudo element node.NodeTreeSnapshot.getShadowRootType()Type of the shadow root the `Node` is in.NodeTreeSnapshot.getTextValue()Only set for textarea elements, contains the text value.