(name string)
| 1454 | } |
| 1455 | |
| 1456 | func (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 | |
| 1461 | func (elem *remoteWE) MarshalJSON() ([]byte, error) { |
| 1462 | return json.Marshal(map[string]string{ |
nothing calls this directly
no test coverage detected