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

Method CSSProperty

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

CSSProperty returns the value of the specified CSS property of the element.

(name string)

Source from the content-addressed store, hash-verified

409 // CSSProperty returns the value of the specified CSS property of the
410 // element.
411 CSSProperty(name string) (string, error)
412 // Screenshot takes a screenshot of the attribute scroll'ing if necessary.
413 Screenshot(scroll bool) ([]byte, error)
414}

Callers 2

testChromeExtensionFunction · 0.65
testCSSPropertyFunction · 0.65

Implementers 1

remoteWEremote.go

Calls

no outgoing calls

Tested by 2

testChromeExtensionFunction · 0.52
testCSSPropertyFunction · 0.52