Exception: Capybara::Apparition::WrongWorld

Inherits:
ObsoleteNode show all
Defined in:
lib/capybara/apparition/errors.rb

Instance Attribute Summary

Attributes inherited from NodeError

#node

Attributes inherited from ClientError

#response

Instance Method Summary collapse

Methods inherited from NodeError

#initialize

Methods inherited from ClientError

#initialize

Constructor Details

This class inherits a constructor from Capybara::Apparition::NodeError

Instance Method Details

#messageObject



134
135
136
# File 'lib/capybara/apparition/errors.rb', line 134

def message
  'The element you are trying to access is not from the current page'
end