Hi Patrick,
When I launch a test for Chrome, the browser would pop up, but the actual page I want to test won’t load. It would just show a blank page.
My wptdriver.ini looks like this:
[WebPagetest]
url=http://ip_here
location=us-west-Chrome
browser=Chrome
key=key_here
;debug=1
[Chrome]
exe=““C:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application\chrome.exe””
options=‘–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --new-window --no-proxy-server --no-first-run --no-default-browser-check --enable-experimental-extension-apis’
[Firefox]
exe=“C:\Program Files\Mozilla Firefox\firefox.exe”
options=‘-profile “%PROFILE%” -no-remote’
template=firefox
locations.ini
[us-west]
1=us-west-IE7
2=us-west-IE8
3=us-west-IE9
4=us-west-Firefox
5=us-west-Chrome
default=us-west-IE7
label=“US West (San Francisco)”
…
[us-west-Chrome]
browser=Chrome
label=“US West, Chrome”
key=key_here
Any ideas on what could be causing this error?