Skip to main content

setup_chrome_interception_base

Function setup_chrome_interception_base 

Source
pub async fn setup_chrome_interception_base(
    page: &Page,
    chrome_intercept: bool,
    auth_challenge_response: &Option<AuthChallengeResponse>,
    _ignore_visuals: bool,
    _host_name: &str,
) -> Option<JoinHandle<()>>
Available on crate feature chrome only.
Expand description

Setup interception for chrome request. This does nothing without the ‘chrome_intercept’ flag.