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

MainMenuGetMenuNodeByOrder Method

Vrátí položku menu, která otevírá SubMenu podle pořadí

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 MenuNode GetMenuNodeByOrder(
	int order,
	int interval = 8
)

Parameters

order
Type: SystemInt32
pořadí položky
interval (Optional)
Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci

Return Value

Type: MenuNode

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.Others.MainMenu.GetMenuNodeByOrder(System.Int32,System.Int32)"]

See Also