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

Method boolQuery

remote.go:1345–1347  ·  view source on GitHub ↗
(urlTemplate string)

Source from the content-addressed store, hash-verified

1343}
1344
1345func (elem *remoteWE) boolQuery(urlTemplate string) (bool, error) {
1346 return elem.parent.boolCommand(fmt.Sprintf(urlTemplate, elem.id))
1347}
1348
1349func (elem *remoteWE) IsSelected() (bool, error) {
1350 return elem.boolQuery("/session/%%s/element/%s/selected")

Callers 3

IsSelectedMethod · 0.95
IsEnabledMethod · 0.95
IsDisplayedMethod · 0.95

Calls 1

boolCommandMethod · 0.80

Tested by

no test coverage detected