I’m still new to WebPageTest so pardon is something I’m gonna say already exist.
Actually, I was looking to write advanced/complicated scripts. For eg:
logData 0
Navigate to Gmail
Enter Username
Enter Password
logData 1
click on SubmitForm
logData 0
Click on Compose
Enter email
Enter Subject
Enter Body
logData 1
click on SubmitForm
I want to collect steps 1-6 as one results page or waterfall chart and steps 7-13 as second results page or waterfall chart.
Basically, I wanted to collect results as individual operations/steps done by a User so comparison becomes easy.
Can someone please suggest me how can I go about doing this ? or is this not possible ? or if there’s some other way you can suggest I could achieve this ?
Yea, I was considering that as an option. But do you think this should be added as a feature as well to the core framework for everyone to use ? For now, I’m planning to write a parser to automatically do this for every multiple-step script I’ll write. Do you have any experience/ideas around this ?
There are some patches (Intratech have a PR open for this, and we did it ourselves for the agent) around to split multiple page scripts imto separate waterfalls but…
The challenge is the change touches lots of places in WPT so integrating them isn’t easy
I’d like to find some time to help Pat test the patches but I’m a bit short on time ATM