View Source ScraperEx.Task.Config.Javascript (scraper_ex v0.1.2)

Runs a JS function, if key is specified the return results make it back on the end map

Link to this section Summary

Link to this section Types

@type t() :: %ScraperEx.Task.Config.Javascript{
  key: String.t() | atom(),
  script: String.t()
}