Forum Discussion
5 Replies
- rraghvani
Champion Level 3
There's no indications that you can use to verify
The only other solution is to compare image or region.
- AlexKarasCommunity Hero
Hi,
Just an idea that should be verified:
Considering screenshot posted by rraghvani, one may try this:
-- Hover mouse over some element;
-- Get computed CSS style for this element (as per https://support.smartbear.com/testcomplete/docs/app-testing/web/general/examples/css-attributes.html) and check if expected obtained CSS contains expected attribute.
- IlakkkContributorThank you I will try
- rraghvani
Champion Level 3
Do you have an example?