INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Returns computed style of the element. Computed style represents the final computed values of all CSS properties for the element. This method's return value is of the same type as that of e
(DomElement element, String pseudoElement)
| 200 | * @return the computed style |
| 201 | */ |
| 202 | ComputedCssStyleDeclaration getComputedStyle(DomElement element, String pseudoElement); |
| 203 | } |
no outgoing calls