Creates a RemoteWebElement with the specified ID.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
protected virtual RemoteWebElement CreateElement( string elementId )
Parameters
- elementId
- Type:
System String
The ID of this element.
Return Value
A RemoteWebElement with the specified ID.See Also