Uses of Class
io.webfolder.cdp.type.domsnapshot.RareStringData
Packages that use RareStringData
-
Uses of RareStringData in io.webfolder.cdp.type.domsnapshot
Methods in io.webfolder.cdp.type.domsnapshot that return 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.getPseudoType()
Type of a pseudo element node.NodeTreeSnapshot.getTextValue()
Only set for textarea elements, contains the text value.Methods in io.webfolder.cdp.type.domsnapshot with parameters of type RareStringDataModifier and TypeMethodDescriptionvoid
NodeTreeSnapshot.setCurrentSourceURL
(RareStringData currentSourceURL) The selected url for nodes with a srcset attribute.void
NodeTreeSnapshot.setInputValue
(RareStringData inputValue) Only set for input elements, contains the input's associated text value.void
NodeTreeSnapshot.setOriginURL
(RareStringData originURL) The url of the script (if any) that generates this node.void
NodeTreeSnapshot.setPseudoType
(RareStringData pseudoType) Type of a pseudo element node.void
NodeTreeSnapshot.setTextValue
(RareStringData textValue) Only set for textarea elements, contains the text value.