Hopefully this is a simple one :) I am new to VuGen and trying to figure out the following...
I understand that to log in as a specic user you use the following command.
web_set_user();
For each action within my script I would like to use a different user. For some reason, although I am not getting any errors, when the second action runs the user does not change. What am I missing here ?
Note: at the end of each action I am using the following code:
web_browser("Close", "Snapshot=t001.inf", DESCRIPTION, ACTION, "UserAction=Close", LAST);
Thanks