Exception: Capybara::Cuprite::FrameNotFound

Inherits:
ClientError show all
Defined in:
lib/capybara/cuprite/errors.rb

Instance Attribute Summary

Attributes inherited from ClientError

#response

Instance Method Summary collapse

Methods inherited from ClientError

#initialize

Constructor Details

This class inherits a constructor from Capybara::Cuprite::ClientError

Instance Method Details

#messageObject



50
51
52
# File 'lib/capybara/cuprite/errors.rb', line 50

def message
  "The frame "#{name}" was not found."
end

#nameObject



46
47
48
# File 'lib/capybara/cuprite/errors.rb', line 46

def name
  response["args"].first
end