ae_page_objects icon indicating copy to clipboard operation
ae_page_objects copied to clipboard

DSL should define methods that maintain the method visibility of the declaration

Open rmacklin opened this issue 10 years ago • 0 comments

For example,

class Thing < AePageObjects::Element
  #...
private
  element :foo
end

should define foo as a private method.

rmacklin avatar Jul 13 '15 19:07 rmacklin