123456789_123456789_123456789_123456789_123456789_

Exception: Selenium::WebDriver::Error::NoSuchElementError

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

An element could not be located on the page using the given search parameters.

Class Method Summary

Constructor Details

.new(msg = '') ⇒ NoSuchElementError

[ GitHub ]

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

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