Chrome and FF is not working

Hello,

I am trying to configure “Webpage Test Private Instance”
IE9 started working, But Chrome and FF is still not working

The issues that i am facing are as follows :-

  1. After entering an URL and then clicking on Start Test, the page dosent go beyond the second screen where it shows the message “Waiting at the front of the queue…”
  2. I have added the file “wptdriver.exe” to the startup folder, but when the system starts up the application is throwing an error message “Software install failed, waiting to try again”

I have configured Webpage Test Private Instance in my loacal system which is running Windows 7 Professional

I followed the steps ginev in Andy Davies Blog

My config files are as follows :-

--------------------------LOCATIONS.INI--------------------------

[locations]
1=Local
default=Local

;
; These are the top-level locations that are listed in the location dropdown
; Each one points to one or more browser configurations
;

[Local]
1=Local-URLBlast
2=Local-WPTDriver
label=Local

;
; These 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)
;

[Local-URLBlast]
browser=IE 9
latency=0
label=“Local - IE 9”
;browserExe=pagetest.exe
;key=TestKey123

;
; For a wptdriver configuration (chrome, firefox), the browser labels here
; MUST match the labels used in wptdriver.ini
;

[Local-WPTDriver]
browser=Chrome,Firefox
label=“Local”

--------------------------URLBLAST.INI--------------------------

[Configuration]
Startup Delay=30
Log File=c:\wpt-agent\agent\urlblast
Timeout=120
use current account=1
debug=1

; Where to get work from
Url Files Url=http://127.0.0.1/work/
Location=Local-URLBlast
Location Key=TestKey123

--------------------------WPTDRIVER.INI--------------------------

[WebPagetest]
url=http://127.0.0.1/
location=Local-WPTDriver
browser=chrome
key=TestKey123
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://127.0.0.1/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’
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://127.0.0.1/installers/browsers/firefox.dat
template=firefox

Please HELP!

Does IE work OK?

I’m not sure how wptdriver installs it’s updates but do they exist on the server e.g. http://127.0.0.1/installers/software.dat and the ones referenced by Chrome / Firefox etc.

Yes its works properly with IE, Only not working with FF and Chrome

Can anyone Help me with this Issue ???

What happens when you download the software referenced in http://127.0.0.1/installers/browsers/chrome.dat (and the Firefox equivalent) and install them by hand using the commands in the file?

Thanks Andy for giving the idea. FF and Chrome is working

I just changed the software reference URL from wptdriver.ini

It was :-
software=http://127.0.0.1/installers/software.dat
installer=http://127.0.0.1/installers/browsers/chrome.dat
installer=http://127.0.0.1/installers/browsers/firefox.dat

I changed it to
software=http://www.webpagetest.org/installers/software.dat
installer=http://www.webpagetest.org/installers/browsers/chrome.dat
installer=http://www.webpagetest.org/installers/browsers/firefox.dat

After the update wptdriver.exe started running and the Test on FF and Chrome started