DriverService
class DriverService (View source)
Methods
                    __construct(string $executable, int $port, array $args = array(), array|null $environment = null)
        
                                            
                
            No description
                    string
                
                
                    getURL()
        
                                            
                
            No description
                    start()
        
                                            
                
            No description
                    stop()
        
                                            
                
            No description
                    bool
                
                
                    isRunning()
        
                                            
                
            No description
                    static string
                
                
                    checkExecutable(string $executable)
        
                                            
                
            Check if the executable is executable.
Details
        
                            
    __construct(string $executable, int $port, array $args = array(), 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.