Exception: Async::WebDriver::StaleElementReferenceError

Inherits:
Error
  • Object
show all
Defined in:
lib/async/webdriver/error.rb

Overview

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

Constant Summary collapse

CODE =
"stale element reference"