View Source ScraperEx.Task.Config.Input (scraper_ex v0.2.3)

Inputs text into a input

Link to this section Summary

Link to this section Types

@type t() :: %ScraperEx.Task.Config.Input{
  input: String.t(),
  selector: Hound.Element.selector()
}