Exception: SeleniumPage::Page::Errors::UnexpectedElementName

Inherits:
StandardError
  • Object
show all
Defined in:
lib/selenium_page/page/errors.rb

Overview

UnexpectedElementName

Instance Method Summary collapse

Instance Method Details

#messageObject



29
30
31
# File 'lib/selenium_page/page/errors.rb', line 29

def message
  "Only 'Symbol' are accepted as element_name parameter"
end