Exception: SeleniumPage::Element::Errors::WrongDriver

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

Overview

WrongDriver

Instance Method Summary collapse

Instance Method Details

#messageObject



18
19
20
# File 'lib/selenium_page/element/errors.rb', line 18

def message
  "Only 'Selenium::WebDriver::Driver' are accepted as driver parameter"
end