Class Command
- Namespace
- OpenQA.Selenium.BiDi.Communication
- Assembly
- WebDriver.dll
public abstract class Command
- Inheritance
-
Command
- Inherited Members
Constructors
Command(string)
protected Command(string method)
Parameters
method
string
Properties
Id
[JsonPropertyOrder(0)]
public int Id { get; }
Property Value
Method
[JsonPropertyOrder(1)]
public string Method { get; }