ISearchContext FindElement Method WebDriver
Finds the first IWebElement using the given method.

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

IWebElement FindElement(
	By by
)

Return Value

The first matching IWebElement on the current context.
Exceptions

See Also