I am using watir-webdriver and am attempting to check the background-color of an HTML element. The problem is that the background-color is set in the CSS and not inside the HTML tag.
Is there a way to read the CSS value using watir-webdriver?
|
I am using watir-webdriver and am attempting to check the background-color of an HTML element. The problem is that the background-color is set in the CSS and not inside the HTML tag. Is there a way to read the CSS value using watir-webdriver?
| ||||
feedback
|
|
Yes, use the style method Example:
| |||||
feedback
|