HTML selector
HTML selector can extract HTML and text within the selected element. Only the inner HTML of the element will be extracted.
Configuration options
- selector - CSS selector for the element whose inner HTML will be extracted.
- multiple - multiple records are being extracted.
Use cases
See Text selector use cases.