php-webdriver v1.6.0 Release Notes

Release Date: 2018-05-16 // almost 6 years ago
  • ➕ Added

    • Connection and request timeouts could be specified also when creating RemoteWebDriver from existing session ID.
    • ⚡️ Update PHPDoc for functions that return static instances of a class.

    🔄 Changed

    • Disable sending 'Expect: 100-Continue' header with POST requests, as they may more easily fail when sending via eg. squid proxy.