Value of display text in an anchor tag.
Supported frameworks | Experience Analytics UI Capture |
Path | <global>.<session>.<message>.target.currState.innerText |
Description | Value of display text in an anchor tag |
Value | String value that indicates the displayed text |
Limitations | None |
Dependencies | None |
Example
This example shows the target portion of a message:
"target": {
"id": "[[\"HTML\",0],[\"BODY\",0],[\"A\",0]]",
"idType": -2,
"name": "",
"tlType": "link",
"type": "A",
"subType": "",
"currState": {
"innerText": "A link",
"href": "http://tealeaf.com"
},
"xPath": "[[\"HTML\",0],[\"BODY\",0],[\"A\",0]]",
"isParentLink": false
}