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

ComboBoxVerifyEnabled Method

Ověří aktivnost komponenty

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public override void VerifyEnabled(
	bool enabled = true,
	string message = null,
	int interval = 8
)

Parameters

enabled (Optional)
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents.ComboBox.VerifyEnabled(System.Boolean,System.String,System.Int32)"]

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