allwright-core 0.0.43

Lightweight allwright engine core with shared client and transport APIs.
Documentation
#[path = "client_browser.rs"]
mod browser;
#[path = "client_bootstrap.rs"]
mod bootstrap;
#[path = "client_command.rs"]
mod command;
#[path = "client_config.rs"]
mod config;
#[path = "client_launch.rs"]
mod launch;
#[path = "client_locator.rs"]
mod locator;
#[path = "client_runtime.rs"]
mod runtime;
#[path = "client_selectors.rs"]
mod selectors;
#[path = "client_tab.rs"]
mod tab;
#[path = "client_tab_actions.rs"]
mod tab_actions;
#[path = "client_tab_query.rs"]
mod tab_query;
#[path = "client_types.rs"]
mod types;

pub use config::{find_config_file, launch_configured_browser, load_config_file, resolve_config};
pub use launch::{chromium, firefox, launch_browser, launch_chrome, launch_firefox};
pub use runtime::{ping, set_server_addr, shutdown};
pub use types::*;