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

Struct Size

selenium.go:200–202  ·  view source on GitHub ↗

Size is a size of HTML element.

Source from the content-addressed store, hash-verified

198
199// Size is a size of HTML element.
200type Size struct {
201 Width, Height int
202}
203
204// Cookie represents an HTTP cookie.
205type Cookie struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected