Testing_Selenium::isCookiePresent
Returns true if a cookie with the specified name is present, or false otherwise.
Signature
public function isCookiePresent(string
$nameĀ )
Parameters
-
$name
- the name of the cookie
Returns
- boolean
- true if a cookie with the specified name is present, or false otherwise.