All Versions
36
Latest Version
Avg Release Cycle
48 days
Latest Release
600 days ago

Changelog History
Page 1

  • v1.7.1 Changes

    September 04, 2022
    • ๐Ÿ›  Fix command execution in AutoDiscover
  • v1.7.0 Changes

    August 28, 2022
    • ๐Ÿง Use command to guess the chrome executable in Linux
    • ๐Ÿ‘ Officially support PHP 8.2
    • ๐Ÿ›  Fix extra HTTP headers
  • v1.6.2 Changes

    August 28, 2022
    • ๐Ÿ›  Fix intermittency in Mouse::findElement()
    • ๐Ÿ›  Fix scroll with values higher than possible
  • v1.6.1 Changes

    May 17, 2022
    • ๐Ÿ‘Œ Support Monolog 3
  • v1.6.0 Changes

    March 30, 2022
    • ๐Ÿ‘ Officially support PHP 8.1
  • v1.5.0 Changes

    March 25, 2022
    • โž• Added Browser::getPages method
    • โž• Added Page::waitUntilContainsElement() method
    • โž• Added Page::setHtml() method
    • โž• Added support for XPath by introducing Selector
    • โž• Added Mouse::findElement() method
    • Switch to flatten mode
  • v1.4.1 Changes

    March 25, 2022
    • โž• Added fallback to css layout metrics
    • โž• Added missing destroyed setting
    • Prevent Node::querySelector from returning nodeId 0
    • ๐Ÿ›  Fixed "What's new" page opening on startup
    • ๐Ÿ›  More fixes to enable eventual PHP 8.1 support
  • v1.4.0 Changes

    January 23, 2022
    • โž• Added support for --no-proxy-server and --proxy-bypass-list
    • โž• Added timeout option to Page::getHtml
    • โž• Added Node::sendFiles method
  • v1.3.1 Changes

    January 23, 2022
    • ๐Ÿ›  Fixed issues with Keyboard::typeText with multibyte strings
    • ๐Ÿ›  Fixed issues with retina and scaled displays
    • ๐Ÿ›  Fixed issues with timeouts if system time changes
    • ๐Ÿ›  Fixed Mouse::find() after cursor has moved
  • v1.3.0 Changes

    December 07, 2021
    • โž• Added support for setting HTTP headers
    • โž• Added support for psr/log 2 and 3