java.util.Optional<RareStringData> |
NodeTreeSnapshot.getCurrentSourceURL() |
The selected url for nodes with a srcset attribute.
|
java.util.Optional<RareStringData> |
NodeTreeSnapshot.getInputValue() |
Only set for input elements, contains the input's associated text value.
|
java.util.Optional<RareStringData> |
NodeTreeSnapshot.getOriginURL() |
The url of the script (if any) that generates this node.
|
java.util.Optional<RareStringData> |
NodeTreeSnapshot.getPseudoType() |
Type of a pseudo element node.
|
java.util.Optional<RareStringData> |
NodeTreeSnapshot.getTextValue() |
Only set for textarea elements, contains the text value.
|