giorgiosironi / phpunit-selenium

Selenium RC integration for PHPUnit
http://www.phpunit.de/
Other
601 stars 270 forks source link

Get all cookies #444

Open crzdeveloper opened 4 years ago

crzdeveloper commented 4 years ago

Added a method to get all cookies in the [name => value] format.

We wanted to write a Selenium test which would check if there is a certain number of cookies set and check their names/values because of the European GDPR law.