![]() |
exec doesn't work on firefox - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: exec doesn't work on firefox (/showthread.php?tid=12478) |
exec doesn't work on firefox - nilskuhn - 08-16-2013 05:43 PM Hi, I've a multistep-test (with logData 0 and 1 in script) which fails on firefox. I execute javascript with exec-command in the test: http://www.webpagetest.org/result/130816_Z8_91W/ If I remove the exec-line it works: http://www.webpagetest.org/result/130816_5F_91F/ In IE it works with exec, too. I tried "click id=addToBasket" instead of exec and javascript but that doesn't work, too. Regards, Nils RE: exec doesn't work on firefox - nilskuhn - 08-20-2013 08:12 PM anything new about this? I think the following issue is concerned to the same bug: https://www.webpagetest.org/forums/showthread.php?tid=12443 RE: exec doesn't work on firefox - nilskuhn - 08-28-2013 09:41 PM This doesn't seem to work on wptdriver 128: http://www.webpagetest.org/result/130828_H3_DHH/ :-( I know with version 124 I could run javascript. Where can I get the older agents? Do I have to clone https://github.com/WPO-Foundation/webpagetest/tree/b6984f20dfde95635f3eab94d094876baf1caa6c and build for my own or are compiled versions of older agents available somewhere? RE: exec doesn't work on firefox - nilskuhn - 08-29-2013 07:59 PM Seems to be a sync-problem in wptdriver. The following script fails: http://www.webpagetest.org/result/130829_ZF_BXW/ Same script with "sleep 5" in front of exec-command fixes test: http://www.webpagetest.org/result/130829_15_BY3/ The following thread led me to this, so it seems to be the same issue: http://www.webpagetest.org/forums/showthread.php?tid=12511 RE: exec doesn't work on firefox - pmeenan - 08-30-2013 01:33 AM Argh - I thought I saw something broken when I was looking at that code the other day - will get it fixed today. I have a fair number of the older agents here: http://www.webpagetest.org/work/update/bak/ |