ChromeDriverService
class ChromeDriverService extends DriverService (View source)
Constants
CHROME_DRIVER_EXE_PROPERTY |
|
Methods
__construct(string $executable, int $port, array $args = [], array|null $environment = null)
No description
from
DriverService
static string
checkExecutable(string $executable)
Check if the executable is executable.
from
DriverService
static ChromeDriverService
createDefaultService()
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)
Check if the executable is executable.
static ChromeDriverService
createDefaultService()
No description