Packages

A browser automation tool and interface to the Chrome DevTools Protocol.

Current section

Files

Jump to
chrobot_extra include chrobot_extra@protocol@fetch_AuthChallengeResponse.hrl
Raw

include/chrobot_extra@protocol@fetch_AuthChallengeResponse.hrl

-record(auth_challenge_response, {
response :: chrobot_extra@protocol@fetch:auth_challenge_response_response(),
username :: gleam@option:option(binary()),
password :: gleam@option:option(binary())
}).