Table of Contents

Class GetGlobalPrivacyControlResult

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

Constructors

GetGlobalPrivacyControlResult(bool)

public GetGlobalPrivacyControlResult(bool Gpc)

Parameters

Gpc bool

Properties

Gpc

public bool Gpc { get; init; }

Property Value

bool