Command MembersWebDriver

The Command type exposes the following members.
Constructors

  NameDescription
Public methodCommand(String, String)
Initializes a new instance of the Command class using a command name and a JSON-encoded string for the parameters.
Public methodCommand(SessionId, String, Dictionary String, Object )
Initializes a new instance of the Command class for a Session
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToString
Returns a string of the Command object
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyName
Gets the command name
Public propertyParameters
Gets the parameters of the command
Public propertyParametersAsJsonString
Gets the parameters of the command as a JSON-encoded string.
Public propertySessionId
Gets the SessionID of the command
Back to Top
See Also