| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.domsnapshot |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
Copyright © 2020. All rights reserved.