StaleElementReferenceException
extends WebDriverException
in package
A command failed because the referenced element is no longer attached to the DOM.
Table of Contents
Properties
- $results : mixed
Methods
- __construct() : mixed
- getResults() : mixed
- throwException() : mixed
- Throw WebDriverExceptions based on WebDriver status code.
Properties
$results
private
mixed
$results
Methods
__construct()
public
__construct(string $message[, mixed $results = null ]) : mixed
Parameters
- $message : string
- $results : mixed = null
getResults()
public
getResults() : mixed
throwException()
Throw WebDriverExceptions based on WebDriver status code.
public
static throwException(int|string $status_code, string $message, mixed $results) : mixed
Parameters
- $status_code : int|string
- $message : string
- $results : mixed