Exception: CapybaraObjects::Exceptions::MissingLocator

Inherits:
StandardError
  • Object
show all
Defined in:
lib/capybara_objects/exceptions/missing_locator.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



4
5
6
# File 'lib/capybara_objects/exceptions/missing_locator.rb', line 4

def to_s
  "CapybaraObjects::Exceptions::MissingLocator - Please ensure either a default_locator (class level) or a locator (instance level) has been declared"
end