pub trait WebDriverExtensionCommand: Clone + Send {
    // Required method
    fn parameters_json(&self) -> Option<Value>;
}

Required Methods§

Implementors§