Struct webdriver_client::DriverSession [] [src]

pub struct DriverSession { /* fields omitted */ }

A WebDriver session.

By default the session is removed on Drop

Methods

impl DriverSession
[src]

[src]

Create a new session with the driver.

[src]

Use an existing session

[src]

[src]

[src]

Whether to remove the session on Drop, the default is true

[src]

Navigate to the given URL

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Get all cookies

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Valid values are element references as returned by Element::reference() or null to switch to the top level frame

[src]

Trait Implementations

impl Drop for DriverSession
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for DriverSession

impl !Sync for DriverSession