spider::features::chrome_common

Type Alias ExecutionScripts

Source
pub type ExecutionScripts = Trie<String>;
Expand description

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

Aliased Type§

struct ExecutionScripts {
    pub root: TrieNode<String>,
    pub match_all: bool,
}

Fields§

§root: TrieNode<String>

A new trie node.

§match_all: bool

Contains a match all segment to default to.