[][src]Trait thirtyfour_query::ElementWaitable

pub trait ElementWaitable {
    pub fn wait<S>(&self, message: S) -> ElementWaiter<'_>
    where
        S: Into<String>
; }

Trait for enabling the ElementWaiter interface.

Required methods

pub fn wait<S>(&self, message: S) -> ElementWaiter<'_> where
    S: Into<String>, 
[src]

Loading content...

Implementations on Foreign Types

impl ElementWaitable for WebElement<'_>[src]

pub fn wait<S>(&self, message: S) -> ElementWaiter<'_> where
    S: Into<String>, 
[src]

Return an ElementQuery instance for more executing powerful element queries.

Loading content...

Implementors

Loading content...