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

Method Click

remote.go:1026–1030  ·  view source on GitHub ↗

TODO(minusnine): add a test for Click.

(button int)

Source from the content-addressed store, hash-verified

1024
1025// TODO(minusnine): add a test for Click.
1026func (wd *remoteWD) Click(button int) error {
1027 return wd.voidCommand("/session/%s/click", map[string]int{
1028 "button": button,
1029 })
1030}
1031
1032// TODO(minusnine): add a test for DoubleClick.
1033func (wd *remoteWD) DoubleClick() error {

Callers

nothing calls this directly

Calls 1

voidCommandMethod · 0.95

Tested by

no test coverage detected