1
2
3
4
5
6
pub mod capabilities;
pub mod commands;
pub mod find;
pub mod wait;

pub type ClientBuilder<C> = fantoccini::ClientBuilder<C>;