File "NoSuchCookieException.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/php-webdriver/webdriver/lib/Exception/NoSuchCookieException.php
File size: 254 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facebook\WebDriver\Exception;
/**
* No cookie matching the given path name was found amongst the associated cookies of the current browsing context’s
* active document.
*/
class NoSuchCookieException extends WebDriverException
{
}