I am currently using seleninium-webdriver for browser automation. It launches firefox by default. How do i specify the browser and os combination to be used. is it through the Selenium::WebDriver::Remote::Capabilities class , or should i use the appropriate driver for each case as in Selenium::WebDriver::Chrome for chrome ?