Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class GetResponseBodyCommandSettings

Namespace
OpenQA.Selenium.DevTools.V136.Fetch
Assembly
WebDriver.dll

GetResponseBody

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

Gets or sets the requestId

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

Property Value

string