Trait webdriver::command::WebDriverExtensionCommand [] [src]

pub trait WebDriverExtensionCommand: Clone + Send + PartialEq {
    fn parameters_json(&self) -> Option<Json>;
}

Required Methods

Implementors