 | SupportMethodsGetAllElementsAsCollection Method |
Najde a vrátí kolekci elementů se stejným selektorem
Namespace:
TescoSW.MW.UITests.Common
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic static ReadOnlyCollection<IWebElement> GetAllElementsAsCollection(
By selektor
)
Parameters
- selektor
- Type: By
Selektor elementu
Return Value
Type:
ReadOnlyCollectionIWebElementKolekce nalezených elementů
See Also