Table of Contents

Class Command

Namespace
OpenQA.Selenium.BiDi.Communication
Assembly
WebDriver.dll
public abstract class Command
Inheritance
Command
Inherited Members

Constructors

Command(string, Type)

protected Command(string method, Type resultType)

Parameters

method string
resultType Type

Properties

Id

[JsonPropertyOrder(0)]
public long Id { get; }

Property Value

long

Method

[JsonPropertyOrder(1)]
public string Method { get; }

Property Value

string

ResultType

[JsonIgnore]
public Type ResultType { get; }

Property Value

Type