Skip to main content

AutomationScriptsMap

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ยง

pub struct AutomationScriptsMap { /* private fields */ }