MCPcopy Index your code
hub / github.com/tebeka/selenium / Click

Method Click

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

Click clicks a mouse button. The button should be one of RightButton, MiddleButton or LeftButton.

(button int)

Source from the content-addressed store, hash-verified

311 // Click clicks a mouse button. The button should be one of RightButton,
312 // MiddleButton or LeftButton.
313 Click(button int) error
314 // DoubleClick clicks the left mouse button twice.
315 DoubleClick() error
316 // ButtonDown causes the left mouse button to be held down.

Callers 5

testWindowsFunction · 0.65
testClickFunction · 0.65
testIsSelectedFunction · 0.65
testKeyDownUpFunction · 0.65
ExampleFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 5

testWindowsFunction · 0.52
testClickFunction · 0.52
testIsSelectedFunction · 0.52
testKeyDownUpFunction · 0.52
ExampleFunction · 0.52