Table of Contents

Class GetResourceContentCommandSettings

Namespace
OpenQA.Selenium.DevTools.V146.Page
Assembly
Selenium.WebDriver.dll

Returns content of the given resource.

public sealed class GetResourceContentCommandSettings : ICommand
Inheritance
GetResourceContentCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FrameId

Frame id to get resource for.

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string

Url

URL of the resource to get content for.

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

Property Value

string