Table of Contents

Class CachedResponse

Namespace
Selenium.WebDriver.BiDi.Cdp.CacheStorage
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Cached response

public sealed record CachedResponse : IEquatable<CachedResponse>
Inheritance
CachedResponse
Implements
Inherited Members

Constructors

CachedResponse(string)

Cached response

public CachedResponse(string Body)

Parameters

Body string

Entry content, base64-encoded. (Encoded as a base64 string when passed over JSON)

Properties

Body

Entry content, base64-encoded. (Encoded as a base64 string when passed over JSON)

public string Body { get; init; }

Property Value

string