Hello,
I wanted to use the Utils.clearCookies() in a TruClient script, My idea was as follows:
- go to home page of application and login
- perform some actions
- exit the application, but leave the browser window open
- clear the session cookies.
- go to home page of application and login again
- perform some other actions
Step 4 doesn't seem to work, because in step 5 I notice that no request for credentials is made, I am already logged in.
If I try this same scenario manually it works as expected.
Am I doing something wrong here?
I am using Vugen 11.52 on windows 7 enterprise SP1 and IE10.
Peet