1 2 3 4 5
mod read; mod write; pub(in crate::tool::browserctl) use read::{html, text}; pub(in crate::tool::browserctl) use write::{click, fill, press, type_text};