Releases: chrome-php/chrome
Releases · chrome-php/chrome
v0.2.4
04 Oct 16:37
Compare
Sorry, something went wrong.
No results found
Bug fixes:
Fixed a race condition in target creations/destruction #38 (thanks @choval )
v0.2.3
02 Oct 10:41
Compare
Sorry, something went wrong.
No results found
Features:
Added method Browser::setPagePreScript
Added method Page::addPreScript
Added option "nosandbox" for browser factory
Added option "sendSyncDefaultTimeout" for browser factory
Added option "ignoreCertificateErrors" for browser factory
Added option "customFlags" for browser factory
Bug fixes:
Fixed user agent string for browser factory
v0.2.2
28 Aug 11:50
Compare
Sorry, something went wrong.
No results found
Features:
Added mouse api (move, click)
Page info are now in sync with the browser
Added a shortcut to get current page url: Page::getCurrentUrl
Added ability to get and set cookies from a page: Page.setCookies, Page.readCookies , Page.readAllCookies
improved some error reporting
added ability to set custom user agent: Page::setUserAgent or via factory option userAgent
Bug fixes:
fixed a bug with directory creation for screenshots
v0.2.1
20 Jun 20:43
Compare
Sorry, something went wrong.
No results found
Make viewport and window's size customizable
Features:
Added option windowSize in BrowserFactory
Added methods Page::setViewportSize and Page::setDeviceMetricsOverride
v0.2.0
15 Jun 16:11
Compare
Sorry, something went wrong.
No results found
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.4
27 Apr 10:35
Compare
Sorry, something went wrong.
No results found
v0.1.3
26 Apr 10:52
Compare
Sorry, something went wrong.
No results found
Features:
Add PageEvaluation::waitForPageReload
v0.1.2
26 Apr 09:07
Compare
Sorry, something went wrong.
No results found
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
25 Apr 16:53
Compare
Sorry, something went wrong.
No results found
Added CHROME_PATH detection for executables.
v0.1.0
06 Apr 23:11
Compare
Sorry, something went wrong.
No results found