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

DetailButtonVerifyEnabled Method

Ověří, zda je komponenta aktivní

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 DetailButton VerifyEnabled(
	bool enabled = true,
	string message = null
)

Parameters

enabled (Optional)
Type: SystemBoolean

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

message (Optional)
Type: SystemString

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

Return Value

Type: DetailButton

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

See Also