![]() |
Chrome loads, but page won't load - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Private Instances (/forumdisplay.php?fid=12) +--- Thread: Chrome loads, but page won't load (/showthread.php?tid=10497) |
Chrome loads, but page won't load - klee - 02-01-2012 12:55 PM Hi Patrick, When I launch a test for Chrome, the browser would pop up, but the actual page I want to test won't load. It would just show a blank page. My wptdriver.ini looks like this: [WebPagetest] url=http://ip_here location=us-west-Chrome browser=Chrome key=key_here ;debug=1 [Chrome] exe=""C:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application\chrome.exe"" options='--load-extension="%WPTDIR%\extension" --user-data-dir="%PROFILE%" --new-window --no-proxy-server --no-first-run --no-default-browser-check --enable-experimental-extension-apis' [Firefox] exe="C:\Program Files\Mozilla Firefox\firefox.exe" options='-profile "%PROFILE%" -no-remote' template=firefox locations.ini [us-west] 1=us-west-IE7 2=us-west-IE8 3=us-west-IE9 4=us-west-Firefox 5=us-west-Chrome default=us-west-IE7 label="US West (San Francisco)" ... [us-west-Chrome] browser=Chrome label="US West, Chrome" key=key_here Any ideas on what could be causing this error? RE: Chrome loads, but page won't load - pmeenan - 02-03-2012 12:51 AM Sounds like you might need to update the agent: http://www.webpagetest.org/forums/showthread.php?tid=10237 |