Class: PortfolioContent

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

Instance Method Summary collapse

Methods inherited from BasePage

basic_page_elements, frame_element

Instance Method Details

#continueObject

Clicks the Continue button and instantiates the SupportingFilesPortfolio Class.



123
124
125
126
# File 'lib/sambal-cle/page_objects/portfolio_templates.rb', line 123

def continue
  frm.button(:value=>"Continue").click
  SupportingFilesPortfolio.new(@browser)
end