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

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: 21.2.8103.33088
Syntax
C#
public static IWebElement GetListFrameRowByIndex(
	string frameName,
	int index,
	int interval = 8
)

Parameters

frameName
Type: SystemString
název framu
index
Type: SystemInt32
pořadí záznamu (začíná se od 1)
interval (Optional)
Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci

Return Value

Type: IWebElement

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.SupportMethods.GetListFrameRowByIndex(System.String,System.Int32,System.Int32)"]

See Also