Table of Contents

Class LoadNetworkResourceOptions

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

An options object that may be extended later to better support CORS, CORB and streaming.

public sealed record LoadNetworkResourceOptions : IEquatable<LoadNetworkResourceOptions>
Inheritance
LoadNetworkResourceOptions
Implements
Inherited Members

Constructors

LoadNetworkResourceOptions(bool, bool)

An options object that may be extended later to better support CORS, CORB and streaming.

public LoadNetworkResourceOptions(bool DisableCache, bool IncludeCredentials)

Parameters

DisableCache bool
IncludeCredentials bool

Properties

DisableCache

public bool DisableCache { get; init; }

Property Value

bool

IncludeCredentials

public bool IncludeCredentials { get; init; }

Property Value

bool