Exception: Capybara::Cuprite::UnhandledModalError
- Defined in:
- lib/capybara/cuprite/errors.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ UnhandledModalError
constructor
A new instance of UnhandledModalError.
Constructor Details
#initialize(message) ⇒ UnhandledModalError
Returns a new instance of UnhandledModalError.
49 50 51 52 |
# File 'lib/capybara/cuprite/errors.rb', line 49 def initialize() @message = super() end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
47 48 49 |
# File 'lib/capybara/cuprite/errors.rb', line 47 def @message end |