DriverService
class DriverService (View source)
Start local WebDriver service (when remote WebDriver server is not used).
This will start new process of respective browser driver and take care of its lifecycle.
Methods
__construct(string $executable, int $port, array $args = [], array|null $environment = null)
No description
string
getURL()
No description
start()
No description
stop()
No description
bool
isRunning()
No description
static string
setExecutable(string $executable)
No description
checkWasStarted(Process $process)
No description
Details
__construct(string $executable, int $port, array $args = [], array|null $environment = null)
No description
string
getURL()
No description
DriverService
start()
No description
DriverService
stop()
No description
bool
isRunning()
No description
static protected string
checkExecutable(string $executable)
deprecated
deprecated
No description
protected
setExecutable(string $executable)
No description
protected
checkWasStarted(Process $process)
No description