Exception: Capybara::Apparition::WrongWorld
- Inherits:
-
ObsoleteNode
- Object
- StandardError
- Error
- ClientError
- NodeError
- ObsoleteNode
- Capybara::Apparition::WrongWorld
- Defined in:
- lib/capybara/apparition/errors.rb
Instance Attribute Summary
Attributes inherited from NodeError
Attributes inherited from ClientError
Instance Method Summary collapse
Methods inherited from NodeError
Methods inherited from ClientError
Constructor Details
This class inherits a constructor from Capybara::Apparition::NodeError
Instance Method Details
#message ⇒ Object
134 135 136 |
# File 'lib/capybara/apparition/errors.rb', line 134 def 'The element you are trying to access is not from the current page' end |