[go: up one dir, main page]

chromey 2.37.184

Concurrent chrome devtools protocol automation library for Rust
Documentation
1
2
3
4
5
6
7
8
/// Credentials for authentications
#[derive(Debug, Clone, PartialEq)]
pub struct Credentials {
    /// username
    pub username: String,
    /// password
    pub password: String,
}