RemoteWebDriver CreateElement Method WebDriver
Creates a RemoteWebElement with the specified ID.

Namespace: OpenQA.Selenium.Remote
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

protected virtual RemoteWebElement CreateElement(
	string elementId
)

Return Value

A RemoteWebElement with the specified ID.
See Also