| Icon | Member | Description |
|---|---|---|
| Press(Keys) |
Presses the specified key and releases it again.
| |
| Press(Keys, Duration) |
Presses the specified key and releases it again after the specified time.
| |
| Press(Keys, Duration, Int32) |
Presses and releases the specified key for the specified number of times.
| |
| Press(Keys, Int32, Duration, Int32, Boolean) |
Presses and releases the specified key for the specified number of times.
| |
| Press(Char) |
Presses the key associated with the specified character and releases it again.
| |
| Press(Char, Duration) |
Presses the key associated with the specified character and releases it again
after the specified time.
| |
| Press(Char, Boolean) |
Presses the key associated with the specified character and releases it again.
| |
| Press(Char, Duration, Int32) |
Presses and releases the key associated with the specified character
for the specified number of times.
| |
| Press(Char, Duration, Boolean) |
Presses the key associated with the specified character and releases it again
after the specified time.
| |
| Press(Char, Duration, Int32, Boolean) |
Presses and releases the key associated with the specified character
for the specified number of times.
| |
| Press(String, Duration) |
Presses the keys specified by sequence.
| |
| Press(String) |
Presses the keys specified by sequence.
| |
| Press(Element, String, Duration) |
Presses the keys specified by sequence.
| |
| Press(Element, String) |
Presses the keys specified by sequence.
|
