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

Method SendModifier

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

SendModifier sends the modifier key to the active element. The modifier can be one of ShiftKey, ControlKey, AltKey, MetaKey. Deprecated: Use KeyDown or KeyUp instead.

(modifier string, isDown bool)

Source from the content-addressed store, hash-verified

323 //
324 // Deprecated: Use KeyDown or KeyUp instead.
325 SendModifier(modifier string, isDown bool) error
326 // KeyDown sends a sequence of keystrokes to the active element. This method
327 // is similar to SendKeys but without the implicit termination. Modifiers are
328 // not released at the end of each call.

Callers 1

testWindowsFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testWindowsFunction · 0.52