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)
| 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. |
no outgoing calls