FindsByAttribute CustomFinderType Property WebDriver
Gets or sets a value indicating the OnlineType of the custom finder. The custom finder must descend from the By class, and expose a public constructor that takes a OnlineString argument.

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

public Type CustomFinderType { get; set; }
See Also