123456789_123456789_123456789_123456789_123456789_

Exception: Selenium::WebDriver::Error::NoSuchDriverError

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, WebDriverError, StandardError
Instance Chain:
self, WebDriverError, StandardError
Inherits: Selenium::WebDriver::Error::WebDriverError
Defined in: rb/lib/selenium/webdriver/common/error.rb

Overview

Indicates that driver was not specified and could not be located.

Class Method Summary

Constructor Details

.new(msg = '') ⇒ NoSuchDriverError

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/common/error.rb', line 236

def initialize(msg = '')
  super("#{msg}; #{SUPPORT_MSG} #{ERROR_URL}/driver_location")
end