Module HtmlSelectorsHelpers
In: lib/generators/cucumber/install/templates/support/selectors.rb

Methods

Public Instance methods

Maps a name to a selector. Used primarily by the

  When /^(.+) within (.+)$/ do |step, scope|

step definitions in web_steps.rb

[Validate]