 | SupportMethodsGetListFrameRowByIndex Method |
Metoda provede výběr záznamu na seznamu podle pořadí záznamu.
Namespace:
TescoSW.MW.UITests.Common
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntaxpublic static IWebElement GetListFrameRowByIndex(
string frameName,
int index
)
Parameters
- frameName
- Type: SystemString
název framu - index
- Type: SystemInt32
pořadí záznamu (začíná se od 1)
Return Value
Type:
IWebElement[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.SupportMethods.GetListFrameRowByIndex(System.String,System.Int32)"]
See Also