[][src]Trait thirtyfour_sync::ExtensionCommand

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

Re-export common types.

Required methods

fn parameters_json(&self) -> Option<Value>

Request Body

fn method(&self) -> RequestMethod

HTTP method accepting by the webdriver

fn endpoint(&self) -> String

Endpoint URL without /session/{sessionId} prefix

Example:- /moz/addon/install

Loading content...

Implementors

Loading content...