php-webdriver v1.4.0 Release Notes

Release Date: 2017-03-22 // about 7 years ago
  • ๐Ÿ”„ Changed

    • Cookies should now be set using Cookie value object instead of an array when passed to to addCookie() method of WebDriverOptions.
    • Cookies retrieved using getCookieNamed() and getCookies() methods of WebDriverOptions are now encapsulated in Cookie object instead of an plain array. The object implements ArrayAccess interface to provide backward compatibility.
    • ext-zip is now specified as required dependency in composer.json (but the extension was already required by the code, though).
    • ๐Ÿ—„ Deprecate WebDriverCapabilities::isJavascriptEnabled() method.
    • ๐Ÿ—„ Deprecate textToBePresentInElementValue expected condition in favor of elementValueContains.

    ๐Ÿ›  Fixed

    • Do not throw fatal error when null is passed to sendKeys().