key()

Send a key by name.

Syntax

key(
  name  STRING )
  1. name 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")