DefaultRemoteCommand MembersWebDriver

The DefaultRemoteCommand type exposes the following members.
Constructors

  NameDescription
Public methodDefaultRemoteCommand
Creates a command with the specified arguments
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 methodStatic memberParse
Parses a "wiki-style" command string, like this: |type|q|Hello World|
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyArgs
The array of arguments for this command
Public propertyCommand
The name of the Selenium command verb
Public propertyCommandString
The string token that we'll send to the server
Back to Top
See Also