Releases: Juraci/swamp
Releases · Juraci/swamp
Supporting latest stable ruby
The main change is to make Capybara::DSL work with the latest ruby version 2.3.0:
This no longer works to require Capybara::DSL
require 'capybara'
So I changed to this:
require 'capybara/dsl'
... and it started to work again, but is probably not working with older ruby versions, which is fine as this gem is a standalone gem and nobody should include it inside the GEMFILE. Update your local ruby version!
Better highlighting of the detected elements
- Added a nice blue-ish glow effect to the detected elements
- Updated the base gems Capybara and Selenium