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

DropDownInitializeDropDownTDropDown Method

Najde a zinicializuje PO pro libovolný typ DropDownu

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DropDown
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public static TDropDown InitializeDropDown<TDropDown>(
	int interval = 8,
	IWebElement popup = null
)
where TDropDown : DropDown

Parameters

interval (Optional)
Type: SystemInt32

[Missing <param name="interval"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DropDown.DropDown.InitializeDropDown``1(System.Int32,OpenQA.Selenium.IWebElement)"]

popup (Optional)
Type: IWebElement

[Missing <param name="popup"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DropDown.DropDown.InitializeDropDown``1(System.Int32,OpenQA.Selenium.IWebElement)"]

Type Parameters

TDropDown
Typ vytvářeného PO DropDownu

Return Value

Type: TDropDown

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DropDown.DropDown.InitializeDropDown``1(System.Int32,OpenQA.Selenium.IWebElement)"]

See Also