Hi. I have a script I was trying just for testing. I’m trying to execute it from webpagetest.org.
I tried inserting into the script a disable/enable of logData to capture the timings of just the second action of the test.
The problem is that whenever the logData disabling/enabling are activated, the script always fails with an indication of “(Error: Timed Out)”.
Successful execution with logData commented:
http://www.webpagetest.org/result/130405_P9_QM1/
Unsuccessful execution with logData activated:
http://www.webpagetest.org/result/130405_EN_QZ9/
Script:
//logData 0
navigate http://casa.sapo.pt/Venda/Apartamentos/Ovar/?sa=1
setValue id=txtPrecoMin 40000
setValue id=txtPrecoMax 70000
//logData 1
clickAndWait innerText=Pesquisar
Bug or am I doing something wrong?