 | IBaseElementVerifyElementPresent Method |
Ověří existenci elementu
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxvoid VerifyElementPresent(
bool present = true,
string message = null,
int interval = 8
)
Parameters
- present (Optional)
- Type: SystemBoolean
Určuje, zda se ověřuje přítomnost elementu - 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
See Also