Expand description
A library to drive web browsers using the webdriver interface.
Re-exports§
pub use messages::LocationStrategy;
Modules§
- chrome
- Support for the Chrome browser.
- firefox
- Support for the Firefox browser.
- messages
- Messages sent and received in the WebDriver protocol.
- util
- Small utilities.
Structs§
- Driver
Session - A WebDriver session.
- Element
- An HTML element within a WebDriver session.
- Frame
Context - Switch the context of the current session to the given frame reference.
- Http
Driver - A driver using a pre-existing WebDriver HTTP URL.
- Http
Driver Builder - Builder for
HttpDriver
. - Screenshot
Enums§
Traits§
- Driver
- WebDriver server that can create a session.