Table of Contents

Class GetResponseBodyForInterceptionCommandResponse

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

Response for GetResponseBodyForInterception

public sealed class GetResponseBodyForInterceptionCommandResponse : ICommandResponse<GetResponseBodyForInterceptionCommandSettings>, ICommandResponse
Inheritance
GetResponseBodyForInterceptionCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Base64Encoded

Gets or sets the base64Encoded

[JsonPropertyName("base64Encoded")]
public bool Base64Encoded { get; set; }

Property Value

bool

Body

Gets or sets the body

[JsonPropertyName("body")]
public string Body { get; set; }

Property Value

string