ByChained FindElement Method WebDriver
Find a single element.

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

public override IWebElement FindElement(
	ISearchContext context
)

Return Value

The element that matches
See Also