Recording of whole user workflow

Hi,

I would like to record a whole user workflow:
[list=1]
[]Select country page
[
]Log in to country page
[]Select Service 1…3
[
]log out
[/list]

I would like to be able to see details of pages loaded in series and the exported HAR file shall have the same separation.
Is this possible.

I have attached the script I am using. I have tested the command in Firebug and Chrome dev tools and it seems to work as intended.
What I get as out put are the select country and login page. The home page is never shown, neither the other. I have payed around with combineSteps, ending in failing in runs.

Is there a bug in my script?

This is the result of my last run:
http://www.webpagetest.org/result/141113_ZB_ZKH/

Without cobineSteps i had a result which contains all pages , but evrything is “folded” to one timeline.

regards

Get rid of the “waitForComplete” commands in the script. The navigate and “andWait” commands all have an implicit wait. The “waitForComplete” command waits for a specific javascript call (and may not be implemented in all browsers).