class Capybara::Apparition::FrameNotFound

Public Instance Methods

message() click to toggle source
# File lib/capybara/apparition/errors.rb, line 93
def message
  "The frame '#{name}' was not found."
end
name() click to toggle source
# File lib/capybara/apparition/errors.rb, line 89
def name
  response['args'].first
end