 | FilterPanelWaitForFilterPanel Method |
Počká zadaný čas a pokusí se najít FilterPanel.
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components.Panels
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntaxpublic static FilterPanel WaitForFilterPanel(
int timeout,
int checkInterval = 1000,
params string[] filterParams
)
Parameters
- timeout
- Type: SystemInt32
Maximální doba čekaní (s) - checkInterval (Optional)
- Type: SystemInt32
Interval kontroly výsledku akce (ms) - filterParams
- Type: SystemString
Zadané parametry, které se následné vypíší, pokud nastane vyjímka
Return Value
Type:
FilterPanelNull, pokud FilterPanel nebyl nalezen
See Also