HttpCommandExecutor
class HttpCommandExecutor implements WebDriverCommandExecutor (View source)
Command executor talking to the standalone server via HTTP.
Constants
DEFAULT_HTTP_HEADERS |
|
Properties
static protected | $commands | ||
static protected array | $w3cCompliantCommands | ||
protected string | $url | ||
protected resource | $curl | ||
protected bool | $isW3cCompliant |
Methods
__construct(string $url, string|null $http_proxy = null, int|null $http_proxy_port = null)
No description
disableW3cCompliance()
No description
setConnectionTimeout(int $timeout_in_ms)
Set timeout for the connect phase
setRequestTimeout(int $timeout_in_ms)
Set the maximum time of a request
string
getAddressOfRemoteServer()
No description
array
Details
__construct(string $url, string|null $http_proxy = null, int|null $http_proxy_port = null)
No description
disableW3cCompliance()
No description
HttpCommandExecutor
setConnectionTimeout(int $timeout_in_ms)
Set timeout for the connect phase
HttpCommandExecutor
setRequestTimeout(int $timeout_in_ms)
Set the maximum time of a request
WebDriverResponse
execute(WebDriverCommand $command)
No description
string
getAddressOfRemoteServer()
No description
protected array
getCommandHttpOptions(WebDriverCommand $command)
No description