Hi,
I m not able to run test from any browser.
My agent and server are on the same machine.
My URLBlas.ini file is below
[Configuration]
Startup Delay=30
Log File=c:\wpt-agent\agent\urlblast
Timeout=120
use current account=1
; Where to get work from
Url Files Url=http://127.0.0.1/work/
Location=Office_IE11
;Location Key=TestKey123
My Location file:-
[locations]
1=Office
default=Office
[Office]
1=Office_IE11
2=Office_wptdriver
label=“Office LAN (Virginia - IE11,Chrome,Firefox)”
[Office_IE11]
browser=IE 11
label=“Office LAN - IE11”
[Office_wptdriver]
browser=Chrome,Firefox
connectivity=LAN
label=“Office LAN”
My waptdriver.ini file is
[WebPagetest]
url=http://127.0.0.1/
location=Office_wptdriver
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 (x86)\Google\Chrome\Application\chrome.exe”
options=‘–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --no-proxy-server’
[Firefox]
exe=“C:\Program Files (x86)\Mozilla Firefox\firefox.exe”
options=‘-profile “%PROFILE%” -no-remote’
template=firefox
[Safari]
exe=“C:\Program Files\Safari\Safari.exe”
[IE]
exe=“C:\Program Files (x86)\Internet Explorer\iexplore.exe”
I am not able to get what i am doing wrong.
Can any one help ?
Thanks in advance…!