 | 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
Syntaxpublic 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