#
set_var
Sets a scenario variable (and optionally shared).
#
Parameters
name/variable/var(string) - variable name.value(string) - value (supports ``).scope(string, optional) - scope:profile(default),shared,both.
#
Example
{ "action": "set_var", "tag": "SetToken", "name": "token", "value": "", "scope": "profile" }