thirtyfour::support

Function block_on

Source
pub fn block_on<F, T>(future: F) -> WebDriverResult<T>
where F: Future<Output = WebDriverResult<T>>,