Actions and keys

The Genero BDL API for GGC provides functions for testing actions and keys.

Table 1. Functions testing actions and keys
Function Description
action(
   name STRING )
Execute an action by name.
key(
  keyName  STRING )
Send a key by name.
idle()
Execute an ON IDLE action.
timer()
Execute an ON TIMER action.
setSpeedRatio(
  speedRatio FLOAT )
  RETURNS FLOAT
Adjust the pace of ggc.wait(delay) commands.
wait(
  mseconds  INTEGER )
Set a delay between test instructions.