Link
Structure link representation.
Options
link
: Selector for the link attribute; DOM selectors will be relative to the text
element.text
: The element that contains the text
Usage
DOM
field: link
type: link
selector: .link-list li
options:
link: href
text: a
Xpath
field: link
type: link
selector: //*/[@class="link-list]/li
options:
link: ./a/@href
text: ./a