[][src]Module thirtyfour::prelude

Allow importing the common async structs via use thirtyfour::prelude::*.

Re-exports

pub use crate::error::WebDriverResult;
pub use crate::By;
pub use crate::Cookie;
pub use crate::DesiredCapabilities;
pub use crate::Keys;
pub use crate::ScriptArgs;
pub use crate::TypingData;

Structs

Alert

Struct for managing alerts.

ScriptRet

Helper struct for getting return values from scripts. See the examples for WebDriver::execute_script() and WebDriver::execute_async_script().

SwitchTo

Struct for switching between frames/windows/alerts.

WebElement

The WebElement struct encapsulates a single element on a page.

Traits

WebDriverCommands

All browser-level W3C WebDriver commands are implemented under this trait.

Type Definitions

WebDriver

The WebDriver struct represents a browser session.