Skip to main content

BrowserCrawler

Type Alias BrowserCrawler 

Source
pub type BrowserCrawler<P> = Crawler<BrowserKind<P>>;
Expand description

A crawler using BrowserKind to render requests in browser pages.

Aliased Typeยง

pub struct BrowserCrawler<P> { /* private fields */ }