06-21-2013, 03:38 AM
Searched extensively, but didn't find an answer.
What's the significance of have browser=chrome in the WebPageTest section of wptdriver.ini?
Below is my wptdriver.ini. As can be seen, the machine is hosting 4 browsers, and I want to move away from that. However, I would first like to understand what the chrome browser-specific kvp signifies.
[WebPagetest]
url=http://watchtower.corp.yahoo.com/
location=SP2corp3
browser=Chrome
time limit=120
;key=Volvo850
;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
[Safari]
exe="%PROGRAM_FILES%\Safari\Safari.exe"
[IE9]
exe="%PROGRAM_FILES%\Internet Explorer\iexplore.exe"
What's the significance of have browser=chrome in the WebPageTest section of wptdriver.ini?
Below is my wptdriver.ini. As can be seen, the machine is hosting 4 browsers, and I want to move away from that. However, I would first like to understand what the chrome browser-specific kvp signifies.
[WebPagetest]
url=http://watchtower.corp.yahoo.com/
location=SP2corp3
browser=Chrome
time limit=120
;key=Volvo850
;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
[Safari]
exe="%PROGRAM_FILES%\Safari\Safari.exe"
[IE9]
exe="%PROGRAM_FILES%\Internet Explorer\iexplore.exe"