codetether-browser 0.1.0

Browser automation runtime for CodeTether
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod command;
pub mod error;
pub mod offline;
pub mod output;
pub mod request;
pub mod service;
pub mod session;

pub use command::BrowserCommand;
pub use error::BrowserError;
pub use output::BrowserOutput;
pub use service::browser_service;
pub use session::{BrowserSession, detect_browser};