class CustomWebDriverCommand extends WebDriverCommand (View source)

Constants

METHOD_GET

METHOD_POST

Properties

protected string|null $sessionID from  WebDriverCommand
protected string $name from  WebDriverCommand
protected array $parameters from  WebDriverCommand

Methods

__construct(string $session_id, string $url, string $method, array $parameters)

No description

newSession(array $parameters)

No description

string
getName()

No description

string|null
getSessionID()

No description

array
getParameters()

No description

string
getCustomUrl()

No description

string
getCustomMethod()

No description

setCustomRequestParameters(string $custom_url, string $custom_method)

No description

Details

__construct(string $session_id, string $url, string $method, array $parameters)

No description

Parameters

string $session_id
string $url
string $method
array $parameters

static WebDriverCommand newSession(array $parameters)

No description

Parameters

array $parameters

Return Value

WebDriverCommand

string getName()

No description

Return Value

string

string|null getSessionID()

No description

Return Value

string|null

Could be null for newSession command

array getParameters()

No description

Return Value

array

string getCustomUrl()

No description

Return Value

string

Exceptions

WebDriverException

string getCustomMethod()

No description

Return Value

string

Exceptions

WebDriverException

protected setCustomRequestParameters(string $custom_url, string $custom_method)

No description

Parameters

string $custom_url
string $custom_method

Exceptions

WebDriverException