Kreuzcrawl.BrowserExtras (kreuzcrawl v0.3.0-rc.42)

Copy Markdown

Browser-specific extras populated when the native browser backend was used.

Available on ScrapeResult.browser when BrowserBackend::Native handled the request.

Summary

Types

t()

Browser-specific extras populated when the native browser backend was used.

Types

t()

@type t() :: %Kreuzcrawl.BrowserExtras{
  cookies: [map()],
  eval_result: String.t() | nil,
  network_events: [map()]
}

Browser-specific extras populated when the native browser backend was used.