Class: SiteSetupParticipantConfirm

Inherits:
SiteSetupBase show all
Defined in:
lib/sambal-cle/page_objects/site_setup.rb

Overview

The confirmation page showing site participants and their set roles

Instance Method Summary collapse

Methods inherited from SiteSetupBase

menu_elements

Methods inherited from BasePage

basic_page_elements, frame_element

Instance Method Details

#id(name) ⇒ Object

Returns the value of the id field for the specified name.



264
265
266
# File 'lib/sambal-cle/page_objects/site_setup.rb', line 264

def id(name)
  frm.table(:class=>"listHier").row(:text=>/#{Regexp.escape(name)}/)[1].text
end

#role(name) ⇒ Object

Returns the value of the Role field for the specified name.



269
270
271
# File 'lib/sambal-cle/page_objects/site_setup.rb', line 269

def role(name)
  frm.table(:class=>"listHier").row(:text=>/#{Regexp.escape(name)}/)[2].text
end