Class: AddAnOption
- Includes:
- FCKEditor
- Defined in:
- lib/sambal-cle/page_objects/polls.rb
Instance Method Summary collapse
Methods included from FCKEditor
#enter_source_text, #entity_picker, #get_source_text, #prepend, #select_all, #source, #source_field
Methods inherited from BasePage
basic_page_elements, button, damballa, frame_element, link
Instance Method Details
#answer_option=(text) ⇒ Object
62 63 64 |
# File 'lib/sambal-cle/page_objects/polls.rb', line 62 def answer_option=(text) editor.td(:id, "xEditingArea").frame(:index=>0).send_keys(text) end |