DecodeElements decodes a multi-element response.
([]byte)
| 295 | DecodeElement([]byte) (WebElement, error) |
| 296 | // DecodeElements decodes a multi-element response. |
| 297 | DecodeElements([]byte) ([]WebElement, error) |
| 298 | |
| 299 | // GetCookies returns all of the cookies in the browser's jar. |
| 300 | GetCookies() ([]Cookie, error) |
no outgoing calls
no test coverage detected