[][src]Module thirtyfour_sync::prelude

Structs

Alert

Struct for managing alerts.

Cookie
DesiredCapabilities

The DesiredCapabilities struct provides a generic way to construct capabilities as well as helper methods that create specific capabilities structs for the various browsers.

ScriptArgs

Helper struct for constructing arguments for WebDriver::execute_script() and WebDriver::execute_async_script().

ScriptRetSync

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.

TypingData
WebElement

The WebElement struct encapsulates a single element on a page.

Enums

By
Keys

Traits

WebDriverCommands

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

Type Definitions

WebDriver

The WebDriver struct represents a browser session.

WebDriverResult