EventFiringWebDriver FindElement Method WebDriver
Find the first IWebElement using the given method.

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

public IWebElement FindElement(
	By by
)

Return Value

The first matching IWebElement on the current context.

Implements

ISearchContext FindElement(By)
Exceptions

See Also