DriverCommandExecutor
class DriverCommandExecutor extends HttpCommandExecutor (View source)
A HttpCommandExecutor that talks to a local driver service instead of a remote server.
Constants
DEFAULT_HTTP_HEADERS |
|
Properties
static protected | $commands | from HttpCommandExecutor | |
static protected array | $w3cCompliantCommands | from HttpCommandExecutor | |
protected string | $url | from HttpCommandExecutor | |
protected resource | $curl | from HttpCommandExecutor | |
protected bool | $isW3cCompliant | from HttpCommandExecutor |
Methods
setConnectionTimeout(int $timeout_in_ms)
Set timeout for the connect phase
from
HttpCommandExecutor
setRequestTimeout(int $timeout_in_ms)
Set the maximum time of a request
from
HttpCommandExecutor
Details
__construct(DriverService $service)
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