Get the value of a given CSS property. Color values could be returned as rgba or rgb strings. This depends on whether the browser omits the implicit opacity value or not. For example if the "background-color" property is set as "green" in the HTML source, the returned value could be "rgba(0, 255
(String propertyName)
| 332 | * @return The current, computed value of the property. |
| 333 | */ |
| 334 | String getCssValue(String propertyName); |
| 335 | } |
no outgoing calls