Table of Contents

Class LoadNetworkResourceCommandSettings

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

LoadNetworkResource

public sealed class LoadNetworkResourceCommandSettings : ICommand
Inheritance
LoadNetworkResourceCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FrameId { get; set; }

Property Value

string

Options

Gets or sets the options

[JsonPropertyName("options")]
public LoadNetworkResourceOptions Options { get; set; }

Property Value

LoadNetworkResourceOptions

Url

Gets or sets the url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string