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
Properties
Id
[JsonPropertyOrder(0)]
public long Id { get; }
Property Value
Method
[JsonPropertyOrder(1)]
public string Method { get; }
Property Value
ResultType
[JsonIgnore]
public Type ResultType { get; }