Subject: | cookie missing from %no_locator |
Trying to verify the value of a cookie with cookie_like I kept getting
errors stating that '' doesn't look like a regex. As get_cookie doesn't
require a locator, I added 'cookie' to the list on line 91 of
Test::WWW::Selenium, and all works fine now.