Table of Contents

Class CloseTargetResult

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

Constructors

CloseTargetResult(bool)

public CloseTargetResult(bool Success)

Parameters

Success bool

Always set to true. If an error occurs, the response indicates protocol error.

Properties

Success

Always set to true. If an error occurs, the response indicates protocol error.

public bool Success { get; init; }

Property Value

bool