 | IBaseElementVerifyAttrValue Method |
Ověří hodnotu dané vlastnosti 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 VerifyAttrValue(
string attrName,
string value,
string message = null,
int interval = 8
)
Parameters
- attrName
- Type: SystemString
Vlastnost elementu - value
- Type: SystemString
Hodnota vlastnosti - message (Optional)
- Type: SystemString
Chybová zpráva - interval (Optional)
- Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
See Also