Initializes a new instance of the WebDriverCommandProcessor class.
Namespace: SeleniumAssembly: Selenium.WebDriverBackedSelenium (in Selenium.WebDriverBackedSelenium.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public WebDriverCommandProcessor( string baseUrl, IWebDriver baseDriver )
Parameters
- baseUrl
- Type:
System String
The base URL of the Selenium server.
- baseDriver
- Type: OpenQA.Selenium IWebDriver
The IWebDriver object used for executing commands.
See Also