123456789_123456789_123456789_123456789_123456789_

Exception: Selenium::WebDriver::Error::StaleElementReferenceError

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

A command failed because the referenced element is no longer attached to the DOM.

Class Method Summary

Constructor Details

.new(msg = '') ⇒ StaleElementReferenceError

[ GitHub ]

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

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