Exception: Capybara::Poltergeist::FrameNotFound
- Inherits:
-
ClientError
- Object
- StandardError
- Error
- ClientError
- Capybara::Poltergeist::FrameNotFound
- Defined in:
- lib/capybara/poltergeist/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::Poltergeist::ClientError
Instance Method Details
#message ⇒ Object
81 82 83 |
# File 'lib/capybara/poltergeist/errors.rb', line 81 def "The frame '#{name}' was not found." end |
#name ⇒ Object
77 78 79 |
# File 'lib/capybara/poltergeist/errors.rb', line 77 def name response['args'].first end |