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