webdriver::macros

Macro try_opt

source
macro_rules! try_opt {
    ($expr:expr, $err_type:expr, $err_msg:expr) => { ... };
}