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(
  name  STRING )
Send a key by name.
wait(
  mseconds  INTEGER )
Set a delay between test instructions.
setSpeedRatio(
  speedRatio FLOAT )
  RETURNS FLOAT
Adjust the pace of ggc.wait(delay) commands.