Expand description
Allow importing the common types via use thirtyfour::prelude::*
.
Re-exports§
pub use crate::alert::Alert;
pub use crate::error::WebDriverError;
pub use crate::error::WebDriverResult;
pub use crate::extensions::query::ElementPoller;
pub use crate::extensions::query::ElementQueryable;
pub use crate::extensions::query::ElementWaitable;
pub use crate::session::scriptret::ScriptRet;
pub use crate::WebDriver;
pub use crate::WebElement;
pub use crate::By;
pub use crate::DesiredCapabilities;
Structs§
- Struct for switching between frames/windows/alerts.
- Timeout configuration, for various timeout settings.
- A handle to a browser window.
Enums§
- Key codes for use with Actions.
Type Aliases§
- Dynamic set of WebDriver capabilities.
- Type alias for a cookie::Cookie