Class: NewTool

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

Overview

Page for creating a new tool for a page in a site

Instance Method Summary collapse

Methods inherited from BasePage

basic_page_elements, frame_element

Instance Method Details

#doneObject

Clicks the Done button, the instantiates The AddEditTools class.



176
177
178
179
# File 'lib/sambal-cle/page_objects/sites.rb', line 176

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