 | BaseElementFindElements Method |
Finds all IWebElements within the current context
using the given mechanism.
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntaxpublic ReadOnlyCollection<IWebElement> FindElements(
By by
)
Parameters
- by
- Type: By
The locating mechanism to use.
Return Value
Type:
ReadOnlyCollectionIWebElementA
ReadOnlyCollectionT of all
WebElements
matching the current criteria, or an empty list if nothing matches.
Implements
ISearchContext.FindElements(By)
See Also