I’m using the webpagetest 2.18. When I test with Firefox, I get the error: Timed out waiting for the browser to start. But other browsers are working well. Any idea? And it’s working well before so I think it may be related to the latest Firefox version 43. Please help!
Here’s the browser settings in wptdriver.ini. The path to the Firefox is correct and I saw the browser is opening at http://127.0.0.1:8888/blank.html when the test starts. But it does’t open the testing URL and always on this blank page until getting timeout.
[Chrome]
exe=“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe”
options=‘–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --no-proxy-server’
installer=http://www.webpagetest.org/installers/browsers/chrome.dat
[Firefox]
exe=“C:\Program Files (x86)\Mozilla Firefox\firefox.exe”
options=‘-profile “%PROFILE%” -no-remote’
;installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox
[Safari]
exe=“C:\Program Files (x86)\Safari\Safari.exe”
[IE11]
exe=“C:\Program Files (x86)\Internet Explorer\iexplore.exe”