Trait webelements::element::WebElement[][src]

pub trait WebElement: WebElementBuilder {
    fn init(&mut self) -> Result<()>;
}

Required methods

Implementors