 | 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: 21.2.8103.33088
Syntaxpublic DetailButton VerifyEnabled(
bool isEnabled = true,
string message = null,
int interval = 8,
int waitingInterval = 100
)
Parameters
- isEnabled (Optional)
- Type: SystemBoolean
Určuje ověření aktivnosti - message (Optional)
- Type: SystemString
zpráva při chybě - 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:
DetailButton[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents.DetailButton.VerifyEnabled(System.Boolean,System.String,System.Int32,System.Int32)"]
See Also