Struct webdriver_client::HttpDriver [] [src]

pub struct HttpDriver { /* fields omitted */ }

A driver using a pre-existing WebDriver HTTP URL.

Trait Implementations

impl Driver for HttpDriver
[src]

[src]

The url used to connect to this driver

[src]

Start a session for this driver

Auto Trait Implementations

impl Send for HttpDriver

impl Sync for HttpDriver