spider_chrome 2.22.2

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