Hello,
I have been using WPT2.19 with IE for a long time, but now I want to run it with Chrome (CH) and Firefox (FF).
If I run a test against CH or FF nothing works.
I installed latest version of both browsers and apparently wptdriver.ini looks fine:
[WebPagetest]
url=http://127.0.0.1/
location=LOCAL
browser=2
Time Limit=1
software=http://www.webpagetest.org/installers/software.dat
[1]
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
[2]
exe="C:\Program Files (x86)\Internet Explorer\iexplore.exe"
[3]
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
If I run a test with CH, nothing is loaded (see attached screenshot), same with FF.
I seek throught Internet a solution but I cannot found a solution to this.
Loading http://serveraddress/getlocations.php shows the three browsers
Loading http://serveraddress/install shows everything ok
any idea?
Thanks!