InvalidSessionIdException
extends WebDriverException
in package
Occurs if the given session id is not in the list of active sessions, meaning the session either does not exist or that it’s not active.
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