The “navigate” command in wptdriver doesn’t work corretly anymore. Commands located after the navigate command are executed before the navigate command finished execution.
I tested the following script at the online instance:
combineSteps
navigate www.webpagetest.org
navigate www.google.de
Here are the results for the different browsers
IE 8: http://www.webpagetest.org/result/130829_TT_AE0/1/details/ (right result, presumably URLblast)
Firefox: http://www.webpagetest.org/result/130829_HR_A8N/1/details/ (wrong result, just www.google.de has been opened)
Chrome: http://www.webpagetest.org/result/130829_MM_AFP/1/details/ (wrong result, just www.google.de has been opened)
At firefox and chrome the wptdriver didn’t wait for the successful execution of the navigate command. Thus, only the second navigate command is executed. I also noticed the same behaviour on a local instance where i measured internet explorer with wptdriver. Seems to be an wptdriver issue.