We are trying to run multi step script and its running fine, however when I download the result I see that “Event Name” column is empty where as I had put setEventName
in the script.
I am running Private instance.
Sample script:
setEventName Step1
navigate www.google.com
setEventName Step2
navigate www.yahoo.com
looks like its fixed in 2.17 release
Up until very recently it wasn’t supported in wptdriver though apparently when it was added it was also not working correctly. I just pushed a fix so it should be working correctly. You’ll need to update your agents to the latest release (223) to pick it up: https://sites.google.com/a/webpagetest.org/docs/private-instances#TOC-Updating-Test-Agents
doesn’t it work with public instance?