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

Method DecodeElement

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

DecodeElement decodes a single element response.

([]byte)

Source from the content-addressed store, hash-verified

293
294 // DecodeElement decodes a single element response.
295 DecodeElement([]byte) (WebElement, error)
296 // DecodeElements decodes a multi-element response.
297 DecodeElements([]byte) ([]WebElement, error)
298

Callers 1

FindElementMethod · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by

no test coverage detected