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

Method KeyDown

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

KeyDown sends a sequence of keystrokes to the active element. This method is similar to SendKeys but without the implicit termination. Modifiers are not released at the end of each call.

(keys string)

Source from the content-addressed store, hash-verified

327 // is similar to SendKeys but without the implicit termination. Modifiers are
328 // not released at the end of each call.
329 KeyDown(keys string) error
330 // KeyUp indicates that a previous keystroke sent by KeyDown should be
331 // released.
332 KeyUp(keys string) error

Callers 1

testKeyDownUpFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testKeyDownUpFunction · 0.52