In the Selenium options (on Firefox) I can find Custom browser.
Custom browser
Is it possible to use this option to run a Selenium test in Chromiu
On unix systems, you can do something like
sudo ln -s /usr/lib/chromium-browser/chromium-browser /usr/bin/google-chrome
and then you can use "*googlechrome" as the lauch parm when creating your DefaultSelenium instance.