pub type AutomationScriptsMap = HashMap<String, Vec<WebAutomation>>;
Automation scripts to run on the page when using chrome by url.
struct AutomationScriptsMap { /* private fields */ }