Table of Contents

Class SendCommandResult

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

Result of a CDP send command operation.

public sealed record SendCommandResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SendCommandResult>
Inheritance
EmptyResult
SendCommandResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

SendCommandResult(JsonElement, string)

Result of a CDP send command operation.

public SendCommandResult(JsonElement Result, string Session)

Parameters

Result JsonElement

The raw JSON result from the CDP command.

Session string

The CDP session identifier the command was executed on.

Properties

Result

The raw JSON result from the CDP command.

public JsonElement Result { get; init; }

Property Value

JsonElement

Session

The CDP session identifier the command was executed on.

public string Session { get; init; }

Property Value

string