Class: RemoveSite

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

Overview

Page that appears when you click “Remove Site” when editing a Site in Sites

Defined Under Namespace

Classes: SiteSaveAs

Instance Method Summary collapse

Methods inherited from BasePage

basic_page_elements, frame_element

Instance Method Details

#removeObject

Clicks the Remove button, then instantiates the Sites class.



196
197
198
199
# File 'lib/sambal-cle/page_objects/sites.rb', line 196

def remove
  frm.button(:value=>"Remove").click
  Sites.new(@browser)
end