class Selenium::WebDriver::Error::NoSuchElementError

def initialize(msg = '')

def initialize(msg = '')
  super("#{msg}; #{SUPPORT_MSG} #{ERROR_URL}#no-such-element-exception")
end