chromiumoxide 0.9.1

Library for interacting with a chrome instance with the chrome devtools protocol
Documentation
1
2
3
4
5
6
/// Credentials for authentications
#[derive(Debug, Clone)]
pub struct Credentials {
    pub username: String,
    pub password: String,
}