Table of Contents

Class GetResponseBodyForInterceptionCommandSettings

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

GetResponseBodyForInterception

public sealed class GetResponseBodyForInterceptionCommandSettings : ICommand
Inheritance
GetResponseBodyForInterceptionCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

InterceptionId

Gets or sets the interceptionId

[JsonPropertyName("interceptionId")]
public string InterceptionId { get; set; }

Property Value

string