spider::features::chrome_common

Type Alias AutomationScriptsMap

Source
pub type AutomationScriptsMap = HashMap<String, Vec<WebAutomation>>;
Expand description

Automation scripts to run on the page when using chrome by url.

Aliased Typeยง

struct AutomationScriptsMap { /* private fields */ }