MCPcopy Create free account
hub / github.com/tebeka/selenium / DecodeElements

Method DecodeElements

selenium.go:297–297  ·  view source on GitHub ↗

DecodeElements decodes a multi-element response.

([]byte)

Source from the content-addressed store, hash-verified

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)

Callers 1

FindElementsMethod · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by

no test coverage detected