http://selenium-python.readthedocs.org/en/latest/getting-started.html
http://peter.sh/experiments/chromium-command-line-switches/
http://selenium.googlecode.com/svn/trunk/docs/api/py/api.html#webdriver-chrome
http://code.google.com/p/selenium/wiki/ChromeDriver
Creates a web driver that does not require the Selenium server running:
driver = webdriver.Chrome()
driver = webdriver.Remote( command_executor='http://127.0.0.1:4444/wd/hub', desired_capabilities=DesiredCapabilities.CHROME )