Gets or sets the method used to find all elements matching specified criteria.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
protected Func<ISearchContext, ReadOnlyCollection<IWebElement>> FindElementsMethod { get; set; }
Protected Property FindElementsMethod As Func(Of ISearchContext, ReadOnlyCollection(Of IWebElement))
Get
Set
protected:
property Func<ISearchContext^, ReadOnlyCollection<IWebElement^>^>^ FindElementsMethod {
Func<ISearchContext^, ReadOnlyCollection<IWebElement^>^>^ get ();
void set (Func<ISearchContext^, ReadOnlyCollection<IWebElement^>^>^ value);
}