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>
.
Multiple Records in Multiple Columns
title
, data-id
.See Text selector use cases.
A specific selector can find multiple items on a single site. To handle this a Multiple Type
is available when creating the selector. The selected type affects
how data is returned
First Record Only
- returns only the first record extracted. Use when only one record expectedMultiple Records in Multiple Columns
- returns multiple records split into up to Column Count
columns. Enables and Requires filling Column count
(defaults to 5)Multiple Records in One Column
- returns all extracted records in a single column joined by newline