Documentation

Element attribute selector

Element attribute selector can extract an attributes value of an HTML element. For example you could use this selector to extract title attribute from this link: <a href="#" title="my title">link<a>.

Configuration options

  • selector - CSS selector for the element.
  • multiple - multiple records are being extracted.
  • attribute name - the attribute that is going to be extracted. For example title, data-id.

Use cases

See Text selector use cases.

Related videos


Was this page helpful?