All Versions
36
Latest Version
Avg Release Cycle
48 days
Latest Release
829 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.7.1 Changes
September 04, 2022- ๐ Fix command execution in
AutoDiscover
- ๐ Fix command execution in
-
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
- ๐ง Use
-
v1.6.2 Changes
August 28, 2022- ๐ Fix intermittency in
Mouse::findElement()
- ๐ Fix scroll with values higher than possible
- ๐ Fix intermittency in
-
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
- โ Added
-
v1.4.1 Changes
March 25, 2022- โ Added fallback to css layout metrics
- โ Added missing destroyed setting
- Prevent
Node::querySelector
from returning nodeId0
- ๐ 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
- โ Added support for
-
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
- ๐ Fixed issues with
-
v1.3.0 Changes
December 07, 2021- โ Added support for setting HTTP headers
- โ Added support for
psr/log
2 and 3