LocationInView returns the element's location once it has been scrolled into view.
()
| 404 | // LocationInView returns the element's location once it has been scrolled |
| 405 | // into view. |
| 406 | LocationInView() (*Point, error) |
| 407 | // Size returns the element's size. |
| 408 | Size() (*Size, error) |
| 409 | // CSSProperty returns the value of the specified CSS property of the |
no outgoing calls