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

SupportMethodsWaitForAction Method (FuncIWebDriver, Boolean, String)

Čeká na provedení určité akce po dobu 30 sekund.

Namespace:  TescoSW.MW.UITests.Common
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public static void WaitForAction(
	Func<IWebDriver, bool> action,
	params string[] messageParams
)

Parameters

action
Type: SystemFuncIWebDriver, Boolean
akce, která se provádí
messageParams
Type: SystemString
zadané parametry, které se následné vypíší, pokud nastane vyjímka
See Also