class CustomWebDriverCommand extends WebDriverCommand (View source)

Constants

METHOD_GET

METHOD_POST

Properties

protected string $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

string
getName()

No description

string
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

string getName()

No description

Return Value

string

string getSessionID()

No description

Return Value

string

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