![]() |
ClickandWait not waiting for the next page to load for metrics - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: ClickandWait not waiting for the next page to load for metrics (/showthread.php?tid=13770) |
ClickandWait not waiting for the next page to load for metrics - ha_webdev - 06-11-2015 11:18 PM I am using RESTful API for scheduling tests. I pass in a multistep script which ends with the following. logData 1 clickAndWait id=btnSubmit The scripts clicks the submit button, but collects the metrics before the next page is loaded. I get no metrics for the target page i need to collect. I tried ExecandWait too by submitting using a javascript. I get metrics sometimes but they are not consistent. Is there anything i am doing incorrectly I can PM you the link to the tests. RE: ClickandWait not waiting for the next page to load for metrics - ash - 06-16-2015 06:38 PM play with "setActivityTimeout" in my similar cases it often helps RE: ClickandWait not waiting for the next page to load for metrics - pmeenan - 06-17-2015 05:23 AM A PM to the test would help - that's not an issue I've seen before. |