InvalidSessionIdException
class InvalidSessionIdException extends WebDriverException (View source)
Occurs if the given session id is not in the list of active sessions, meaning the session either does not exist or that it’s not active.
Methods
                    static 
                
                
                    throwException(int|string $status_code, string $message, mixed $results)
        
                                            
                Throw WebDriverExceptions based on WebDriver status code.
from 
WebDriverException
            Details
        
                            
    __construct(string $message, mixed $results = null)
        
    
    No description
        
                            mixed
    getResults()
        
    
    No description
        
                static            
    throwException(int|string $status_code, string $message, mixed $results)
        
    
    Throw WebDriverExceptions based on WebDriver status code.