NoSuchCookieException
class NoSuchCookieException extends WebDriverException (View source)
No cookie matching the given path name was found amongst the associated cookies of the current browsing context’s active document.
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.