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

SupportMethodsWaitForPopUpURL Method

Čeká na zobrazení popUp okna. Kontroluje URL adresu.

Namespace:  TescoSW.MW.UITests.Common
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public static void WaitForPopUpURL(
	int atttemptLimit,
	string baseUrlValue,
	int waitingTime = 8
)

Parameters

atttemptLimit
Type: SystemInt32
počet pokusů
baseUrlValue
Type: SystemString
URL adresa
waitingTime (Optional)
Type: SystemInt32
doba čekání
See Also