05-16-2012, 11:52 PM
Hi Pat,
on private instance, version 2.5 I get the following error:
A scripted test returns result code 99997 even though on the agent in IE everything looks fine:
For information (don't know whether that's relevant for the error):
The hole visible content of the site is in an iFrame, so using javascript directly fails:
Error reproduced on public agents:
http://www.webpagetest.org/result/120516_YW_CVH/
Same test without logData works (but we need to measure single step):
http://www.webpagetest.org/result/120516_6A_CVW/
Thanks for help,
regards Nils
on private instance, version 2.5 I get the following error:
A scripted test returns result code 99997 even though on the agent in IE everything looks fine:
Code:
logData 0
navigate http://www.otto.de/is-bin/INTERSHOP.enfinity/WFS/Otto-OttoDe-Site/de_DE/-/EUR/OV_ViewTemplate-View?Template=popups/shopfinder_frameset&ls=0#lmPromo=la,3,hk,,fl,Promo1
logData 1
setValue class=text hamburg
clickAndWait name=btnSearch
The hole visible content of the site is in an iFrame, so using javascript directly fails:
Code:
logData 0
navigate http://www.otto.de/is-bin/INTERSHOP.enfinity/WFS/Otto-OttoDe-Site/de_DE/-/EUR/OV_ViewTemplate-View?Template=popups/shopfinder_frameset&ls=0#lmPromo=la,3,hk,,fl,Promo1
logData 1
execAndWait getElementsByClassName('text')[0].value='Test';
execAndWait getElementsByName('btnSearch')[0].click;
Error reproduced on public agents:
http://www.webpagetest.org/result/120516_YW_CVH/
Same test without logData works (but we need to measure single step):
http://www.webpagetest.org/result/120516_6A_CVW/
Thanks for help,
regards Nils