Class: NewPage

Inherits:
BasePage show all
Defined in:
lib/sambal-cle/page_objects/sites.rb

Overview

Page for adding a new page to a Site.

Instance Method Summary collapse

Methods inherited from BasePage

basic_page_elements, frame_element

Instance Method Details

#toolsObject

Clicks the Tools button, then instantiates the AddEditTools class.



135
136
137
138
# File 'lib/sambal-cle/page_objects/sites.rb', line 135

def tools
  frm.button(:value=>"Tools").click
  AddEditTools.new(@browser)
end