![]() |
Logs submitted through chromedriver logs doesn't have Doc Complete time - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Private Instances (/forumdisplay.php?fid=12) +--- Thread: Logs submitted through chromedriver logs doesn't have Doc Complete time (/showthread.php?tid=13166) |
Logs submitted through chromedriver logs doesn't have Doc Complete time - alexwang999 - 08-14-2014 08:04 AM Hi, Patrick, After recent upgrade of Chrome and WPT, I found the chromedriver logs I submit to my private WPT server can no longer calculate the Doc Complete time. Not sure where I went wrong, please advice. My Chrome version is: 36.0.1985.143 My Chrome Driver version is 2.9 My Webdriver version is 2.42.2 My Private WPT server is using 1.5 I am using the demo code: https://gist.github.com/klepikov/5457750 It use to work until recently, not sure it was chrome upgrade or WPT upgrade. Please advice is there any new tag or things I have missed. Thanks Alex RE: Logs submitted through chromedriver logs doesn't have Doc Complete time - pmeenan - 08-19-2014 03:12 AM Do you have a sample of the dev tools log file? The main thing it is looking at for the onload event is the Page.* events. |