Table of Contents

Class GetAnnotatedPageContentResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetAnnotatedPageContentResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetAnnotatedPageContentResult>
Inheritance
EmptyResult
GetAnnotatedPageContentResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetAnnotatedPageContentResult(string)

public GetAnnotatedPageContentResult(string Content)

Parameters

Content string

The annotated page content as a base64 encoded protobuf. The format is defined by the AnnotatedPageContent message in components/optimization_guide/proto/features/common_quality_data.proto (Encoded as a base64 string when passed over JSON)

Properties

Content

The annotated page content as a base64 encoded protobuf. The format is defined by the AnnotatedPageContent message in components/optimization_guide/proto/features/common_quality_data.proto (Encoded as a base64 string when passed over JSON)

public string Content { get; init; }

Property Value

string