Table of Contents

Class GetResponseBodyCommandSettings

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

Returns content served for the given request.

public sealed class GetResponseBodyCommandSettings : ICommand
Inheritance
GetResponseBodyCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

RequestId

Identifier of the network request to get content for.

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string