When I submit a sample url from the top page, it shows this error: “Error submitting url for testing”.
/install/ shows most of settings are ok except “Test Locations” like below.
wptdriver says “Waiting for work…”.
Test_loc : Test Location
IE : Test Location - IE 8 - No Agents Connected
Test : Test Location - No Agents Connected
Public_Dulles : WebPagetest.org - Dulles, VA
WPT_Dulles_IE8 : WebPagetest.org Dulles, VA - IE8 - No Agents Connected
Office : Test - Original Location Office
WPT_Chrome : Original Location - Office - No Agents Connected
I’m using Windows server 2008, and wptdriver.ini is as following.
[php][WebPagetest]
url=http://127.0.0.1/
location=WPT_Chrome
browser=chrome
Time Limit=120
;key=TestKey123
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://www.webpagetest.org/installers/software.dat
[chrome]
exe=“C:\Program Files\Google\Chrome\Application\chrome.exe”
options='–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --no-proxy-server’s
[Firefox]
exe=“C:\Program Files\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\Safari\Safari.exe”
[IE]
exe=“C:\Program Files\Internet Explorer\iexplore.exe”[/php]
locations.ini is as following.
[php][locations]
1=Test_loc
2=Public_Dulles
3=Office
default=Test_loc
;
; These are the top-level locations that are listed in the location dropdown
; Each one points to one or more browser configurations
;
[Test_loc]
1=IE
2=Test
label=Test Location
group=Desktop
[Public_Dulles]
1=WPT_Dulles_IE8
label=“WebPagetest.org - Dulles, VA”
group=Public
[Office]
1=WPT_Chrome
label=“Test - Original Location Office”
group=Public
;
; Tese are the browser-specific configurations that match the configurations
; defined in the top-level locations. Each one of these MUST match the location
; name configured on the test agent (urlblast.ini or wptdriver.ini)
;
[IE]
browser=IE 8
latency=0
label=“Test Location - IE 8”
;browserExe=pagetest.exe
;key=TestKey123
;
; For a wptdriver configuration (chrome, firefox), the browser labels here
; MUST match the labels used in wptdriver.ini
;
[Test]
browser=Chrome,Firefox
label=“Test Location”
;
; This is an exaple of a “remote” configuration where tests can be proxied to a remote
; webpagetest instance. The test will be run by the remote server but the results
; will be downloaded to the local server and deleted from the remote agent
;
; Each location that you want to use from the remote server needs to be configured
; individually on the local configuration (location names do not need to match)
;
; To use the public webpagetest.org instance you will need an API key
;
[WPT_Dulles_IE8]
browser=IE 8
label=“WebPagetest.org Dulles, VA - IE8”
relayServer=“http://www.webpagetest.org/”
relayKey=
relayLocation=Dulles_IE8
[WPT_Chrome]
browser=chrome
label=“Original Location - Office”
relayServer=“”[/php]
Is there anything I’m missing?
I attached some photos for your reference.