Click or drag to resize
Tesco SW, a.s.

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
Syntax
C#
public ReadOnlyCollection<IWebElement> FindElements(
	By by
)

Parameters

by
Type: By
The locating mechanism to use.

Return Value

Type: ReadOnlyCollectionIWebElement
A ReadOnlyCollectionT of all WebElements matching the current criteria, or an empty list if nothing matches.

Implements

ISearchContext.FindElements(By)
See Also