Class: PortfolioContent
- Defined in:
- lib/sakai-cle-test-api/page_objects/portfolio_templates.rb
Instance Method Summary collapse
-
#continue ⇒ Object
Clicks the Continue button and instantiates the SupportingFilesPortfolio Class.
Methods inherited from BasePage
basic_page_elements, frame_element
Methods inherited from PageMaker
element, expected_element, expected_title, #initialize, #method_missing, page_url
Constructor Details
This class inherits a constructor from PageMaker
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class PageMaker
Instance Method Details
#continue ⇒ Object
Clicks the Continue button and instantiates the SupportingFilesPortfolio Class.
123 124 125 126 |
# File 'lib/sakai-cle-test-api/page_objects/portfolio_templates.rb', line 123 def continue frm.(:value=>"Continue").click SupportingFilesPortfolio.new(@browser) end |