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 :-
- 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…”
- 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!