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

Navigates to a page, can specify load_time

Link to this section Summary

Link to this section Types

@type t() :: %ScraperEx.Task.Config.Navigate{
  load_time: pos_integer(),
  url: String.t()
}