Trait thirtyfour_sync::ExtensionCommand[][src]

pub trait ExtensionCommand {
    fn parameters_json(&self) -> Option<Value>;
fn method(&self) -> RequestMethod;
fn endpoint(&self) -> String; }
Expand description

Re-export common types.

Required methods

Request Body

HTTP method accepting by the webdriver

Endpoint URL without /session/{sessionId} prefix

Example:- /moz/addon/install

Implementors