ae_page_objects icon indicating copy to clipboard operation
ae_page_objects copied to clipboard

Provide mechanism for manipulating default locator

Open dtognazzini opened this issue 11 years ago • 0 comments

Provide mechanism for manipulating default locator The DSL should provide a mechanism for wrapping a collection of elements with a name that will be included in Element#__full_name__

Perhaps:

with_name "user" do
  element :email
  element :password
end

dtognazzini avatar Oct 07 '14 02:10 dtognazzini