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

ActionVerifyEnabled Method

Ověří, zda je komponenta aktivní a viditelná

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public Action VerifyEnabled(
	bool enabled = true,
	string message = null
)

Parameters

enabled (Optional)
Type: SystemBoolean
Určuje zda se má ověřit aktivnost nebo neaktivnost
message (Optional)
Type: SystemString
Volitelná chybová zpráva

Return Value

Type: Action

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents.Action.VerifyEnabled(System.Boolean,System.String)"]

See Also