APIRuntime EnvironmentglobalsOn this pageglobals The globals object defines the global context for screenplay expressions. This object is mutable, meaning you can change its values directly. globals.playerName = "Claire"; See Also evaluate