01-14-2010, 07:55 PM
I'm trying to run a script on my installation of webpagetest. I first load a page, then enter search term and hit search. Works pretty good. But now, I want to make a video out of it and for some reason this freezes the browser on the testing machine.
Example:
This works:
http://myserver/runtest.php?f=xml&url=http://www.google.nl/resulaat/&location=Test_Ethernet&runs=5&script=logData%090%0D%0A%0D%0A%2f%2f+put+any+urls+you+want+to+navigate%0D%0Anavigate%09http%3a%2f%2fwww.google.nl%0D%0A%0D%0AlogData%091%0D%0A%0D%0A%2f%2f+this+step+will+get+recorded%0D%0A%0D%0AsetValue%09name%3dq%09funda%0D%0AclickAndWait%09name%3dbtnG%0D%0A%0D%0A
This does not:
http://myserver/runtest.php?f=xml&url=http://www.google.nl/resulaat/&location=Test_Ethernet&runs=5&script=logData%090%0D%0A%0D%0A%2f%2f+put+any+urls+you+want+to+navigate%0D%0Anavigate%09http%3a%2f%2fwww.google.nl%0D%0A%0D%0AlogData%091%0D%0A%0D%0A%2f%2f+this+step+will+get+recorded%0D%0A%0D%0AsetValue%09name%3dq%09funda%0D%0AclickAndWait%09name%3dbtnG%0D%0A%0D%0A&video=1
The only difference is the appended &video=1.
On this box, I can grab video screenshots without any problem, as long as I don't use hosted scripts. Plain URL tests can use the video=1 parameter.
It seams that the live version has the same problem: http://www.webpagetest.org/result/100112_47MW/
Known issue? I use the 1.7 release. Would it help to upgrade to head revision?
Thanks in advance,
Teun
Example:
This works:
http://myserver/runtest.php?f=xml&url=http://www.google.nl/resulaat/&location=Test_Ethernet&runs=5&script=logData%090%0D%0A%0D%0A%2f%2f+put+any+urls+you+want+to+navigate%0D%0Anavigate%09http%3a%2f%2fwww.google.nl%0D%0A%0D%0AlogData%091%0D%0A%0D%0A%2f%2f+this+step+will+get+recorded%0D%0A%0D%0AsetValue%09name%3dq%09funda%0D%0AclickAndWait%09name%3dbtnG%0D%0A%0D%0A
This does not:
http://myserver/runtest.php?f=xml&url=http://www.google.nl/resulaat/&location=Test_Ethernet&runs=5&script=logData%090%0D%0A%0D%0A%2f%2f+put+any+urls+you+want+to+navigate%0D%0Anavigate%09http%3a%2f%2fwww.google.nl%0D%0A%0D%0AlogData%091%0D%0A%0D%0A%2f%2f+this+step+will+get+recorded%0D%0A%0D%0AsetValue%09name%3dq%09funda%0D%0AclickAndWait%09name%3dbtnG%0D%0A%0D%0A&video=1
The only difference is the appended &video=1.
On this box, I can grab video screenshots without any problem, as long as I don't use hosted scripts. Plain URL tests can use the video=1 parameter.
It seams that the live version has the same problem: http://www.webpagetest.org/result/100112_47MW/
Known issue? I use the 1.7 release. Would it help to upgrade to head revision?
Thanks in advance,
Teun