Initializes a new instance of the WebDriverBackedSelenium class using the specified
WebDriver driver and base URL.
Namespace: SeleniumAssembly: Selenium.WebDriverBackedSelenium (in Selenium.WebDriverBackedSelenium.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public WebDriverBackedSelenium( IWebDriver baseDriver, string baseUrl )
Parameters
- baseDriver
- Type: OpenQA.Selenium IWebDriver
The IWebDriver instance used to drive the browser.
- baseUrl
- Type:
System String
The base URL of the Selenium server.
See Also