Class: RubyApp::Element::ExceptionEvent
- Defined in:
- lib/ruby_app/element.rb
Instance Attribute Summary
Attributes inherited from Event
Instance Method Summary collapse
-
#initialize(exception) ⇒ ExceptionEvent
constructor
A new instance of ExceptionEvent.
Methods inherited from Event
#add_class, #alert, #assert, #assert_exists_input, #assert_exists_link, #assert_exists_search, #assert_exists_selector, #assert_exists_selector_for, #assert_exists_selector_value, #assert_exists_selector_value_for, #assert_exists_text, #assert_is_selector_visible, #assert_is_text_visible, #assert_not_exists_input, #assert_not_exists_link, #assert_not_exists_search, #assert_not_exists_selector, #assert_not_exists_selector_for, #assert_not_exists_selector_value, #assert_not_exists_selector_value_for, #assert_not_exists_text, #assert_not_is_selector_visible, #assert_not_is_text_visible, #click_link, #click_list_item, #click_list_link, #click_selector, #confirm_refresh_browser, #create_trigger, #delay, #destroy_trigger, #execute, from_hash, #go, #log, #process!, #quit!, #refresh_browser, #remove_class, #remove_page, #send_message, #set_cookie, #show_page, #swipe, #to_hash, #today, #trigger_element, #update_document_text, #update_element, #update_element?, #update_input, #update_search, #update_style, #update_text, #update_value, #update_value_for
Methods included from Mixins::TranslateMixin
Constructor Details
#initialize(exception) ⇒ ExceptionEvent
Returns a new instance of ExceptionEvent.
364 365 366 367 |
# File 'lib/ruby_app/element.rb', line 364 def initialize(exception) super() self.confirm_refresh_browser(RubyApp::Element::ExceptionEvent.translate.(exception.)) end |