I followed the instructions for installing a private instance of WebPageTest. When I go to my localhost in a browser from the machine I have it installed on I get the WebPageTest screen, but the location and browser drop down lists are empty
Here is my locations.ini
[locations]
1=CORBETTXPIE7
default=CORBETTXPIE7
;
; These are the top-level locations that are listed in the location dropdown
; Each one points to one or more browser configurations
;
[CORBETTXPIE7]
1=IE
2=Test
default=IE
label=CORBETTXPIE7
[IE]
browser=IE 8
latency=0
label=“CORBETTXPIE7 - IE 8”
;browserExe=pagetest.exe
;key=TestKey123
Here is my urlblaster.ini:
[Configuration]
Startup Delay=30
Log File=c:\webpagetest\agent\urlblast
Timeout=120
use current account=1
; Where to get work from
Url Files Url=http://127.0.0.1/work/
Location=IE
;Location Key=TestKey123
Any help would be greatly appreciated!