 | BaseElementVerifyBackgroundColor Method |
Zkontroluje, zdali background color odpovídá hledané hodnotě. Porovnává pouze rgba zápis
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic void VerifyBackgroundColor(
string rgbaValue,
string message = "Barva pozadí neodpovídá testované hodnotě",
int interval = 8
)
Parameters
- rgbaValue
- Type: SystemString
rgba zápis barvy (red, green blue, alfa) - message (Optional)
- Type: SystemString
Zpráva při selhání verifikace. - interval (Optional)
- Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
See Also