Provides basic navigation through a collection of items that use the PageObject pattern.
PageObject stub generator for RubyMine.
A page-object extension for GWT apps, to support cucumber tests
Provides a framework which lets you wrap any web page with a Ruby API.
Simple, scalable pageObject design and modeling.
Domain Specifc PageObject for Selenium Watir-Webdriver. PageObject that models business domain first and browser code second
An Extension to page-object gem which provides widgets for interacting with GXT controls found on the Gxt Example Gallery http://gxtexamplegallery.appspot.com/
Glyptic Page_Object - A gem which with managing and creating a page object structure
Angular-related PageObject pattern implementation for lopata.
Provides basic navigation through a collection of items that use the PageObject pattern.
Wraps watir-webdriver with convenient testing interface, based on PageObjects automation testing pattern. Simplifies resulting automated test understanding.
Capybara provides excellent error messages for its built in predicate methods: has_selector?, has_text?, has_title? etc.. but when those are used from Page Objects while exposing predicate methods from the PageObjects themselves the error messages are lost and all we get is "expected true, got false". Including this module into your PageObject by adding "include CapybaraErrorIntel::DSL" after "include Capybara::DSL" will return the heuristic error messages.