Skip to content

Releases: Juraci/swamp

Supporting latest stable ruby

15 May 03:14
Compare
Choose a tag to compare

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

15 Dec 15:31
Compare
Choose a tag to compare
  • Added a nice blue-ish glow effect to the detected elements
  • Updated the base gems Capybara and Selenium

SitePrism

20 Oct 17:44
Compare
Choose a tag to compare
  • Adds support to SitePrism format through the :scope option inside swamp.

Example:

:scope = prism