class Selenium::DevTools::V85::Fetch

def continue_with_auth(request_id:, auth_challenge_response:)

def continue_with_auth(request_id:, auth_challenge_response:)
  @devtools.send_cmd('Fetch.continueWithAuth',
                     requestId: request_id,
                     authChallengeResponse: auth_challenge_response)
end