If you're using firefox, then in the end Watir-WebDriver is used. You have to 
load selenium-webdriver to create the profile and this is how you open up the 
browser:
```ruby
require "watir"
require "selenium-webdriver" # load this only when going to use webdriver

browser = Watir::Browser.new :firefox, :profile => 
Selenium::WebDriver::Firefox::Profile.new
```

Watir-Classic drives only IE.

Closing this issue, since it is not a bug.


---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir/issues/10#issuecomment-19132800
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to