Gets or sets the method used to find all elements matching specified criteria.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 3.1.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);
}
member FindElementsMethod : Func<ISearchContext, ReadOnlyCollection<IWebElement>> with get, set
Property Value
Type:
FuncISearchContext,
ReadOnlyCollectionIWebElement
Reference