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

NotificationButtonNotificationButtonMenuGetRowByOrder Method

Najde pořadí notifikace v menu notifikací (od 1 do n)

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.Others
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public Row<DropDownRecordActions> GetRowByOrder(
	int order
)

Parameters

order
Type: SystemInt32
Pořadového číslo řádku (od 1 do n)

Return Value

Type: RowDropDownRecordActions
Nalezený řádek
See Also