key()
Send a key by name.
Syntax
key(
keyName STRING )
- keyName is the name of the key to send.
Usage
You can use it to send a key in an application to test its action in a scenario. For example, calling the tab key.
CALL ggc.key("tab")
Send a key by name.
key(
keyName STRING )
You can use it to send a key in an application to test its action in a scenario. For example, calling the tab key.
CALL ggc.key("tab")