ElementClickInterceptedException
extends WebDriverException
in package
The Element Click command could not be completed because the element receiving the events is obscuring the element that was requested clicked.
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