12-14-2011, 06:48 PM
Hi,
I am using WPT Server and Agents in version 2.5. I've set up some windows 7-agents with IE8, Chrome and FF7. I am running the following script:
IE8 works fine and provides valid results. The wptdriver-controlled browsers Chrome and FF7 do not run the tests completely and time out. I've tried the script with the public instance on webpagetest.org, location Dulles. Unfortunately with the same result:
ie8
http://www.webpagetest.org/result/111214_VG_2GV32/
FF7
http://www.webpagetest.org/result/111214_6Q_2GV15/
chrome
http://www.webpagetest.org/result/111214_ZP_2GTSD/
Is there a way to get the logging of wptdriver? Any ideas why the scripts aren't running?
Thanks in advance,
Nils
Addition:
FF7 runs the navigate and the first clickAndWait, the input-element with name-attribute "fh_search" gets the focus and FF seems to hang-up.
Chrome doesn't perform the first clickAndWait.
With FF7 I see many requests to google-safebrowsing (til timeout) in detailed results. Even if I disable safebrowsing by setting browser.safebrowsing.enabled and browser.safebrowsing.malware.enabled to false these requests arise!?
I am using WPT Server and Agents in version 2.5. I've set up some windows 7-agents with IE8, Chrome and FF7. I am running the following script:
Code:
logData 0
navigate http://www.otto.de
clickAndWait id=TconHrefModul_02
logData 1
setValue name=fh_search shirt
clickAndWait id=top_search_submit
IE8 works fine and provides valid results. The wptdriver-controlled browsers Chrome and FF7 do not run the tests completely and time out. I've tried the script with the public instance on webpagetest.org, location Dulles. Unfortunately with the same result:
ie8
http://www.webpagetest.org/result/111214_VG_2GV32/
FF7
http://www.webpagetest.org/result/111214_6Q_2GV15/
chrome
http://www.webpagetest.org/result/111214_ZP_2GTSD/
Is there a way to get the logging of wptdriver? Any ideas why the scripts aren't running?
Thanks in advance,
Nils
Addition:
FF7 runs the navigate and the first clickAndWait, the input-element with name-attribute "fh_search" gets the focus and FF seems to hang-up.
Chrome doesn't perform the first clickAndWait.
With FF7 I see many requests to google-safebrowsing (til timeout) in detailed results. Even if I disable safebrowsing by setting browser.safebrowsing.enabled and browser.safebrowsing.malware.enabled to false these requests arise!?