README.md in capybara-firebug-0.0.8 vs README.md in capybara-firebug-0.0.9
- old
+ new
@@ -15,16 +15,16 @@
## Firebug Versions
By default, this gem uses Firebug 1.7.3, which is compatible with Firefox 3.6,
4.0, and 5.0.
-If you want to use Firebug 1.8.0 (compatible with Firefox 5.0 only), you need
-to explicitly specify the firebug_version setting in your `capybara.rb` support
-file:
+If you want to use Firebug 1.8.1 (compatible with Firefox 5.0 and 6.0 only), you
+need to explicitly specify the firebug_version setting in your `capybara.rb`
+support file:
# located in features/support/capybara.rb or similar
require 'capybara/firebug'
- Selenium::WebDriver::Firefox::Profile.firebug_version = '1.8.0'
+ Selenium::WebDriver::Firefox::Profile.firebug_version = '1.8.1'
## Customizing the Profile
If you wish to further customize the Firefox profile used by selenium, you
can use the `#enable_firebug` method to add the Firebug extension to it: