Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use crate::dom::{
  document,
  is_ready,
  query,
  query_all,
  query_all_in,
  query_in,
  wait_element,
  wait_ready,
};
pub use crate::location::{hostname, href, reload, set_href};
pub use crate::timer::sleep;