Class: LessonPreferences

Inherits:
Object
  • Object
show all
Includes:
PageObject, ToolsMenu
Defined in:
lib/sakai-cle-test-api/site_page_elements.rb

Overview

The User preference options page for Lessons.

Note that this class is inclusive of Student and Instructor views of the page. Thus, not all methods in the class will work at all times.

Instance Method Summary collapse

Methods included from ToolsMenu

#account, #administration_workspace, #aliases, #announcements, #assessments, #assignments, #basic_lti, #blogger, #blogs, #calendar, #chat_room, #discussion_forums, #drop_box, #email_archive, #evaluation_system, #feedback, #forms, #forums, #frm, #glossary, #gradebook, #gradebook2, #home, #job_scheduler, #lessons, #logout, #matrices, #media_gallery, #messages, #my_workspace, #news, #open_my_site_by_id, #open_my_site_by_name, #podcasts, #polls, #portfolio_templates, #portfolios, #profile, #profile2, #reset, #resources, #roster, #sections, #site_editor, #site_management_search, #site_setup, #sites, #styles, #syllabus, #tests_and_quizzes, #user_membership, #users, #web_content, #wiki

Instance Method Details

#viewObject

Clicks the View button then instantiates the Lessons class.



3805
3806
3807
3808
# File 'lib/sakai-cle-test-api/site_page_elements.rb', line 3805

def view
  frm.link(:text=>"View").click
  Lessons.new(@browser)
end