By FindElementMethod Property WebDriver
Gets or sets the method used to find a single element matching specified criteria.

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

protected Func<ISearchContext, IWebElement> FindElementMethod { get; set; }
See Also