September 1, 2021
Method chaining using Capybara and SitePrism
Method chaining using Capybara and SitePrism What are Capybara and SitePrism? Capybara is a Ruby library that is used for automating web pages in concert with an underlying web-based driver. It consists of a user-friendly DSL, used to describe actions that are then executed by the web driver. While…