WebDriverCommand
in package
Table of Contents
Properties
- $name : string
- $parameters : array<string|int, mixed>
- $sessionID : string|null
Methods
- __construct() : mixed
- getName() : string
- getParameters() : array<string|int, mixed>
- getSessionID() : string|null
- newSession() : self
Properties
$name
protected
string
$name
$parameters
protected
array<string|int, mixed>
$parameters
$sessionID
protected
string|null
$sessionID
Methods
__construct()
public
__construct(string $session_id, string $name, array<string|int, mixed> $parameters) : mixed
Parameters
- $session_id : string
- $name : string
-
Constant from DriverCommand
- $parameters : array<string|int, mixed>
Tags
getName()
public
getName() : string
Return values
stringgetParameters()
public
getParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>getSessionID()
public
getSessionID() : string|null
Return values
string|null —Could be null for newSession command
newSession()
public
static newSession(array<string|int, mixed> $parameters) : self
Parameters
- $parameters : array<string|int, mixed>