Exception: SeleniumPage::Page::Errors::UrlNotSet

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

Overview

UrlNotSet

Instance Method Summary collapse

Instance Method Details

#messageObject



50
51
52
# File 'lib/selenium_page/page/errors.rb', line 50

def message
  "Please set url for the page with '.set_url'"
end