Releases: Codeception/module-webdriver
Releases · Codeception/module-webdriver
Fixed setCookie in w3c mode
Modern browsers reject cookies with singlepart domain names, the best option is not to set domain property unless explicitly specified.
Fixed compatibility with PHP 5.6
Merge pull request #7 from bassrock/fix-php56 Removing string typehint
Fixed switchToIframe by name
Fixed cookie domain match
Updated documentation of debug_log_entries
module-webdriver does not display Selenium logs on every error by default,
for debugging please change debug_log_entries in module configuration to positive value.
webdriver package moved to php-webdriver org
Merge pull request #1 from OndraM/php-webdriver Rename php-webdriver package
Initial release
1.0.0 display cookie details in debug output (#5709)