Class EdgeCommand
Inheritance
System.Object
EdgeCommand
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdge
Assembly: ArtOfTest.WebAii.dll
Syntax
public class EdgeCommand
Constructors
EdgeCommand(SessionId, String, Dictionary<String, Object>)
Declaration
public EdgeCommand(SessionId sessionId, string name, Dictionary<string, object> parameters = null)
Parameters
|
SessionId
sessionId
|
|
System.String
name
|
|
System.Collections.Generic.Dictionary<System.String, System.Object>
parameters
|
EdgeCommand(String, String)
Declaration
public EdgeCommand(string name, string jsonParameters)
Parameters
|
System.String
name
|
|
System.String
jsonParameters
|
Properties
Name
Declaration
public string Name { get; }
Property Value
|
System.String
|
Parameters
Declaration
public Dictionary<string, object> Parameters { get; }
Property Value
|
System.Collections.Generic.Dictionary<System.String, System.Object>
|
ParametersAsJsonString
Declaration
public string ParametersAsJsonString { get; }
Property Value
|
System.String
|
SessionId
Methods
ToString()
Declaration
public override string ToString()
Returns
|
System.String
|
Overrides
System.Object.ToString()