Recording of whole user workflow
|
11-14-2014, 12:30 AM
(This post was last modified: 11-14-2014 03:36 AM by lukics.)
Post: #1
|
|||
|
|||
Recording of whole user workflow
Hi,
I would like to record a whole user workflow:
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 |
|||
11-18-2014, 06:38 AM
Post: #2
|
|||
|
|||
RE: Recording of whole user workflow
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).
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)