CSSProperty returns the value of the specified CSS property of the element.
(name string)
| 409 | // CSSProperty returns the value of the specified CSS property of the |
| 410 | // element. |
| 411 | CSSProperty(name string) (string, error) |
| 412 | // Screenshot takes a screenshot of the attribute scroll'ing if necessary. |
| 413 | Screenshot(scroll bool) ([]byte, error) |
| 414 | } |
no outgoing calls