Table of Contents

Class GetResponseBodyForInterceptionCommandSettings

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

Returns content served for the given currently intercepted request.

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

Identifier for the intercepted request to get body for.

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

Property Value

string