 | 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: 21.2.8103.33088
Syntaxpublic Action VerifyEnabled(
bool enabled = true,
string message = null,
int interval = 8,
int waitingInterval = 100
)
Parameters
- enabled (Optional)
- Type: SystemBoolean
Určuje zda se má ověřit aktivnost nebo neaktivnost - message (Optional)
- Type: SystemString
Volitelná chybová zpráva - interval (Optional)
- Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci - waitingInterval (Optional)
- Type: SystemInt32
interval čekání mezi jednotlivými kontrolami v milisekundách
Return Value
Type:
Action[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents.Action.VerifyEnabled(System.Boolean,System.String,System.Int32,System.Int32)"]
See Also