ae_page_objects
                                
                                 ae_page_objects copied to clipboard
                                
                                    ae_page_objects copied to clipboard
                            
                            
                            
                        Provide mechanism for manipulating default locator
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