View Source ScraperEx.Task.Config.Click (scraper_ex v0.2.2)

Clicks a element on the page

Link to this section Summary

Link to this section Types

@type t() :: %ScraperEx.Task.Config.Click{
  delay: pos_integer(),
  selector: Hound.Element.selector()
}