Hi,
I have a strange problem when I use Chrome browser on my local instance.
Often it takes around a minute to launch the browser. The agtent gets the job, but the little white window is just saying “Launching C:\program files …” after some time the browser starts and performe the test correctly. I have no problem with firefox and IE9.
The agent is running on a windows server 2008 rc2, and I have updated it with the newest from http://www.webpagetest.org/work/update/wptupdate.zip
If I start the test from the web gui, then it works sometime as expected, but if I start it from the api it always waits in the browser launching part.
Is it posible to get some kind of log to see what the wptdriver is doing?
My wptdriver.ini file:
[WebPagetest]
url=http://192.168.2.200/
location=A
browser=Firefox, Chrome, IE 9
;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” --no-proxy-server’
;installer=http://www.webpagetest.org/installers/browsers/chrome.dat
[Firefox]
exe=“C:\Program Files (x86)\Mozilla Firefox\firefox.exe”
options=‘-profile “%PROFILE%” -no-remote’
;installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox
[IE 9]
exe=“%PROGRAM_FILES%\Internet Explorer\iexplore.exe”
Thanks