Releases: chrome-php/chrome
Releases · chrome-php/chrome
v1.7.0
- Use
command
to guess the chrome executable in Linux - Officially support PHP 8.2
- Fix extra HTTP headers
v1.6.2
- Fix intermittency in
Mouse::findElement()
- Fix scroll with values higher than possible
v1.6.1
- Support Monolog 3
v1.6.0
- Officially support PHP 8.1
v1.5.0
- 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
- 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
- Added support for
--no-proxy-server
and--proxy-bypass-list
- Added timeout option to
Page::getHtml
- Added
Node::sendFiles
method
v1.3.1
- 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
- Added support for setting HTTP headers
- Added support for
psr/log
2 and 3
v1.2.1
- Partial PHP 8.1 support