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

Method CSSProperty

remote.go:1456–1459  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

1454}
1455
1456func (elem *remoteWE) CSSProperty(name string) (string, error) {
1457 wd := elem.parent
1458 return wd.stringCommand(fmt.Sprintf("/session/%%s/element/%s/css/%s", elem.id, name))
1459}
1460
1461func (elem *remoteWE) MarshalJSON() ([]byte, error) {
1462 return json.Marshal(map[string]string{

Callers

nothing calls this directly

Calls 1

stringCommandMethod · 0.80

Tested by

no test coverage detected