 | FilterPanelFindFilterPanel Method |
Vrací FilterPanel
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components.Panels
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic static FilterPanel FindFilterPanel(
ISearchContext formContext = null,
int interval = 8
)
Parameters
- formContext (Optional)
- Type: ISearchContext
Kontext formuláře, na kterém se filtr panel nachází. Pokud je null tak se použije celý driver. - interval (Optional)
- Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
Return Value
Type:
FilterPanel[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.Panels.FilterPanel.FindFilterPanel(OpenQA.Selenium.ISearchContext,System.Int32)"]
See Also