Releases: chrome-php/chrome
Releases · chrome-php/chrome
v1.2.0
- Dropped
--disable-default-apps
and--disable-extensions
by default - Added API for interacting with the DOM
- Added a way to set the timezone
- Reworked
PagePdf
class to improve validation
v1.1.1
- Fix mouse element position
v1.1.0
- Add DOM element locator
v1.0.1
- Fix mouse scroll maximum distance
v0.11.2
- Fix mouse scroll maximum distance
v1.0.0
- Switched over to
chrome-php/wrench
- Add support for keyboard key combinations
v0.11.1
- Fix scroll method returning prematurely
v0.11.0
- Added support for proxy servers as a direct option
- Added support for passing environment variables
- Added support for Symfony 6
- Removed broken
getChromeVersion
function - Implemented more robust auto-discovery
v0.10.0
- Added
Page::getHtml
- Added keyboard API
- Added mouse scrolling
- Attempt to auto-detect chrome binary path
- Added support for
setDownloadPath
- Added support for
captureBeyondViewport
v0.9.0
- Support PHP 8.0
- Increase default sync timeout to 5 seconds
- Set
--font-render-hinting=none
in headless mode - Fixed keep alive option
- Fixed various phpdoc issues
- Fixed sending params to newer Chrome
- Fixed
Wrench::connect()
return value - Avoid non-thread-safe getenv function