logData issue

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?

Looks like it is working with IE: http://www.webpagetest.org/result/130408_WY_T46/ but not Chrome or Firefox.

It’s possible that the click isn’t working on the page using the Firefox/Chrome method. You might be able to get it to work better by using Javascript to trigger it and with the execAndWait command.