Table of Contents

Class GetResourceContentCommandResponse

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

Response for GetResourceContent

public sealed class GetResourceContentCommandResponse : ICommandResponse<GetResourceContentCommandSettings>, ICommandResponse
Inheritance
GetResourceContentCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Base64Encoded

Gets or sets the base64Encoded

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

Property Value

bool

Content

Gets or sets the content

[JsonPropertyName("content")]
public string Content { get; set; }

Property Value

string