GetAttribute returns the named attribute of the element.
(name string)
| 399 | IsDisplayed() (bool, error) |
| 400 | // GetAttribute returns the named attribute of the element. |
| 401 | GetAttribute(name string) (string, error) |
| 402 | // Location returns the element's location. |
| 403 | Location() (*Point, error) |
| 404 | // LocationInView returns the element's location once it has been scrolled |
no outgoing calls