Initializes a new instance of the RemoteWebElement class.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public RemoteWebElement( RemoteWebDriver parentDriver, string id )
Parameters
- parentDriver
- Type: OpenQA.Selenium.Remote RemoteWebDriver
The RemoteWebDriver instance hosting this element.
- id
- Type:
System String
The ID assigned to the element.
See Also