View Source ScraperEx.Task.Config.Read (scraper_ex v0.2.2)
Reads a value from the page and stores it under a key, this key will be used to build a map with all the read values
Link to this section Summary
Link to this section Types
@type t() :: %ScraperEx.Task.Config.Read{ key: String.t() | atom(), selector: Hound.Element.selector(), value: term() }