Hi,
I’m new to WebPageTest and I’m trying to set-up a Private Instance. I’ve followed the following guides on how to set this up from
but still I get no dropdowns for location and browser.
Running http://localhost:8080/?hidden=1 I can see the dropdowns
But when I run …/getLocations.php?f=html I see no locations
Below are the config for;
location.ini
[locations]
1=Local
default=Local
[Local]
1=Local-URLBlast
2=Local-WPTDriver
label=Local
[Local-URLBlast]
browser=IE 9
latency=0
label=“Local - IE 9”
[Local-WPTDriver]
browser=Chrome,Firefox
label=“Local”
and
wptdriver.ini
[WebPagetest]
url=http://127.0.0.1/
location=Local-WPTDriver
browser=chrome
[chrome]
exe=“C:\Program Files\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
;installer=http://127.0.0.1/installers/browsers/chrome.dat
[Firefox]
exe=“C:\Program Files\Mozilla Firefox\firefox.exe”
options=‘-profile “%PROFILE%” -no-remote’
installer=http://www.webpagetest.org/installers/browsers/firefox.dat
;installer=http://127.0.0.1/installers/browsers/firefox.dat
template=firefox
Any help guidance would be appeciated