Trait webelements::element::WebElementBuilder[][src]

pub trait WebElementBuilder {
    type Elem: ElemTy;
    fn build() -> Result<Self>
    where
        Self: Sized
; }

Associated Types

Required methods

Implementors