Exception: Capybara::Apparition::FrameNotFound
- Inherits:
-
ClientError
- Object
- StandardError
- Error
- ClientError
- Capybara::Apparition::FrameNotFound
- Defined in:
- lib/capybara/apparition/errors.rb
Instance Attribute Summary
Attributes inherited from ClientError
Instance Method Summary collapse
Methods inherited from ClientError
Constructor Details
This class inherits a constructor from Capybara::Apparition::ClientError
Instance Method Details
#message ⇒ Object
93 94 95 |
# File 'lib/capybara/apparition/errors.rb', line 93 def "The frame '#{name}' was not found." end |
#name ⇒ Object
89 90 91 |
# File 'lib/capybara/apparition/errors.rb', line 89 def name response['args'].first end |