WebDriverException
class WebDriverException extends Exception (View source)
Methods
                    __construct(string $message, mixed $results = null)
        
                                            
                
            No description
                    mixed
                
                
                    getResults()
        
                                            
                
            No description
                    static 
                
                
                    throwException(int $status_code, string $message, mixed $results)
        
                                            
                
            Throw WebDriverExceptions.
Details
        
                            
    __construct(string $message, mixed $results = null)
        
    
    No description
        
                            mixed
    getResults()
        
    
    No description
        
                static            
    throwException(int $status_code, string $message, mixed $results)
        
    
    Throw WebDriverExceptions.
For $status_code >= 0, they are errors defined in the json wired protocol. For $status_code < 0, they are errors defined in php-webdriver.