Class: AddEditPoll
- Includes:
- FCKEditor
- Defined in:
- lib/sakai-cle-test-api/page_objects/polls.rb
Instance Method Summary collapse
Methods included from FCKEditor
#enter_source_text, #entity_picker, #get_source_text, #select_all, #source, #source_field
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
#additional_instructions=(text) ⇒ Object
42 43 44 |
# File 'lib/sakai-cle-test-api/page_objects/polls.rb', line 42 def additional_instructions=(text) editor.td(:id, "xEditingArea").frame(:index=>0).send_keys(text) end |