Hi all
in construct 3 im able to pass a global var in js using the following:
rik.logError(runtime.globalVars.myGlobalVar);
in c2 obviously i need to use the Browser.Execute Javascript object
but what would the in parenthesis syntax be in c2?
i have no issue making the call successfully, but when i do so im missing the content of my global var.
p.s. - im able to pass a regular string successfully just dunno the format to send my globalVar
thanks for the look.
Rik