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

FrameVerifyCaption Method

Ověří hodnotu caption

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.Frames
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public void VerifyCaption(
	string caption,
	int interval = 8,
	string message = null
)

Parameters

caption
Type: SystemString
ověřovaná hodnota
interval (Optional)
Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
message (Optional)
Type: SystemString
chybová hláška
See Also