Releases: chrome-php/chrome
Releases · chrome-php/chrome
v0.2.1
Make viewport and window's size customizable
- Features:
- Added option
windowSize
in BrowserFactory
- Added methods
Page::setViewportSize
and Page::setDeviceMetricsOverride
v0.2.0
- Features:
- Add constant Page::NETWORK_IDLE
- Bug fixes:
- Make connection reader to be more atomic in order to read messages and events in the order they come in
- Make Page::navigate()->waitForNavigation (#20)
v0.1.3
- Features:
- Add PageEvaluation::waitForPageReload
v0.1.2
- Features:
- Improved startup error message
- Bug fixes:
- Fixed bugs on shutdown
- Fixed unit tests
- Allow CHROME_PATH to have spaces in the path
v0.1.1
Added CHROME_PATH detection for executables.