[][src]Module thirtyfour::sync

Modules

prelude

Structs

Alert

Struct for managing alerts.

ReqwestDriverSync

Synchronous connection to the remote WebDriver server.

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.

WebDriver

This WebDriver struct encapsulates a synchronous Selenium WebDriver browser session. For the async driver, see WebDriver.

WebElement

The WebElement struct encapsulates a single element on a page.

Traits

RemoteConnectionSync
WebDriverCommands

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