Forum Discussion
umakant
New Contributor
Wamboo Thanks for your response.
Here is what I am trying to do
1. I have a object reference (Aliases.browser.pageSvl005epicno301EcmcLan8443Ep2) in my script routine
2. I would like to store it in Project Variable for Object type
3. Like you mentioned
let obj = Project.Variables.Var1 = {param: "val", param2: "val2"};
what does param: "val" referring to here. I am not sure about it? Please help me understand it.
Thanks,
Umakant
tristaanogre
6 years agoEsteemed Contributor
Basically, object type variables can only be assigned in code. So, you would have to do an assignment like
Project.Variables.Var1 = Aliases.browser.pageSvl005epicno301EcmcLan8443Ep2
You can't assign it ahead of time.
Related Content
- 9 years ago
- 6 years ago