Table of Contents

Class LoadNetworkResourceOptions

Namespace
OpenQA.Selenium.DevTools.V148.Network
Assembly
Selenium.WebDriver.dll

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

public sealed class LoadNetworkResourceOptions
Inheritance
LoadNetworkResourceOptions
Inherited Members

Properties

DisableCache

disableCache

[JsonPropertyName("disableCache")]
public bool DisableCache { get; set; }

Property Value

bool

IncludeCredentials

includeCredentials

[JsonPropertyName("includeCredentials")]
public bool IncludeCredentials { get; set; }

Property Value

bool