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

Scrolls an element

Link to this section Summary

Link to this section Types

@type t() :: %ScraperEx.Task.Config.Scroll{
  selector: Hound.Element.selector(),
  x_offset: pos_integer(),
  y_offset: pos_integer()
}