Sha256: 05f1ea4120d80352036d866a4f9a1e389a6eac40f98673132502c961ddc60113
Contents?: true
Size: 443 Bytes
Versions: 108
Compression:
Stored size: 443 Bytes
Contents
module HtmlSelectorsHelpers # Maps a name to a selector. Used primarily by the # # When /^(.+) within (.+)$/ do |step, scope| # # step definitions in web_steps.rb # def selector_for(locator) case locator when "the page" "html > body" else raise "Can't find mapping from \"#{locator}\" to a selector.\n" + "Now, go and add a mapping in #{__FILE__}" end end end World(HtmlSelectorsHelpers)
Version data entries
108 entries across 106 versions & 12 rubygems