updated-packages
This commit is contained in:
11
vendor/php-webdriver/webdriver/lib/Exception/NoSuchCookieException.php
vendored
Normal file
11
vendor/php-webdriver/webdriver/lib/Exception/NoSuchCookieException.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user