Jari ,

Does this mean that when using webdriver:

1) If you start Firefox:
          browser = Watir::Browser.new
     that it runs with all addins disabled.

2) If you start Firefox:
        browser = Watir::Browser.new(:firefox, :profile => "default")
    it runs with your default addin settings

3) If you start Firefox::
       myprofile = Selenium::WebDriver::Firefox::Profile.new
       myprofile.add_extension("/path/to/addin.xpi")
       browser = Watir::Browser.new(:firefox, :profile => myprofile)
    it runs with only the specified addin enabled

If so that would be good info to note in the RDoc.

Thanks,
Joe

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to