use crateWebElement;
pub use *;
pub use Component;
/// The `Component` automatically implements the `Component` trait derive macro.
///
/// Anything that implements `Component + Clone + From<WebElement>` can be used with
/// ElementResolver to take the resolved element as input, and return the specific type.
///
/// There is also an implementation of ElementResolver for a Vec containing such types.