WebDriverCommandProcessor MembersWebDriver

The WebDriverCommandProcessor type exposes the following members.
Constructors

  NameDescription
Public methodWebDriverCommandProcessor(String, IWebDriver)
Initializes a new instance of the WebDriverCommandProcessor class.
Public methodWebDriverCommandProcessor(Uri, IWebDriver)
Initializes a new instance of the WebDriverCommandProcessor class.
Back to Top
Methods

  NameDescription
Public methodDoCommand
Sends the specified remote command to the browser to be performed
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 methodGetBoolean
Gets a boolean value from the command processor.
Public methodGetBooleanArray
Gets an array of boolean values from the command processor.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetNumber
Gets a number from the command processor.
Public methodGetNumberArray
Gets a number array from the command processor.
Public methodGetString
Gets a string from the command processor.
Public methodGetStringArray
Gets a string array from the command processor.
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 methodSetExtensionJs
Sets the script to use as user extensions.
Public methodStart 
Starts the command processor.
Public methodStart(Object)
Starts the command processor using the specified options.
Public methodStart(String)
Starts the command processor using the specified options.
Public methodStop
Stops the command processor.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyUnderlyingWebDriver
Gets the IWebDriver object that executes the commands for this command processor.
Back to Top
See Also