userdanfoss
5 years agoOccasional Contributor
Use of .getPropertyCSSValue()
How to get the exact value of css style in testcomplete ? please check below image i want to get border-width as thin border-style as solid border color as rgba(0,0,0,0.87) border radi...
- 5 years ago
Hi,
This method seems to be obsolete and might be not supported by the browser version you are using. Can you see it in the Object Browser for the selected web element?
Check https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration/getPropertyCSSValue for additional details.