class Selenium::WebDriver::Error::InvalidSelectorError

def initialize(msg = '')

def initialize(msg = '')
  super("#{msg}; #{SUPPORT_MSG} #{ERROR_URL}#invalid-selector-exception")
end