Skip to content

Releases: chrome-php/chrome

1.13.0 (2025-02-07)

07 Feb 17:59
b10c8c1
Compare
Choose a tag to compare
  • Set maximal expires value if session=false in Page::setCookies

1.12.1 (2025-02-07)

07 Feb 17:58
dd7a8dd
Compare
Choose a tag to compare
  • Fix nullable parameter definition in AbstractBinaryInput::getRawBinary

1.12.0 (2024-12-09)

09 Dec 11:55
079d2b3
Compare
Choose a tag to compare
  • Add PHP 8.4 support
  • Add the ability to screenshot individual elements on the page
  • Add AbstractBinaryInput::getRawBinary method
  • Have Cookie implement IteratorAggregate

v1.11.0

17 Mar 22:52
dc463f0
Compare
Choose a tag to compare
  • Add PHP 8.3 support
  • Auto-detect Chromium too

v1.10.1

17 Mar 22:52
ee45a7b
Compare
Choose a tag to compare
  • Fixed encoding bugs in XPathSelector

v1.10.0

10 Dec 02:28
2b7cb13
Compare
Choose a tag to compare
  • Add Add Node::setHTML method
  • Add Page::setScriptExecution method
  • Allow usage of XPath in Page::waitForElement
  • Enable removal of Chrome flags via excludedSwitches option
  • Add support for webp format and optimizeForSpeed option in Page::screenshot
  • Add support for using Symfony 7 components

v1.9.1

08 Oct 14:48
8df3b31
Compare
Choose a tag to compare
  • Fix rare crash in Page::getHtml
  • Fix whitespace character handling in Keyboard::typeText()

v1.9.0

30 Apr 19:45
c3a3652
Compare
Choose a tag to compare
  • Added some additional life-cycle event constants
  • Added support for disabling browser notifications

v1.8.1

11 Mar 18:21
9146c37
Compare
Choose a tag to compare
  • Fixed issue where Chrome 111 and later have different default allowed origins

v1.8.0

27 Feb 02:25
6bc3ad7
Compare
Choose a tag to compare
  • Add helper function to find target
  • Add --crash-dumps-dir option
  • Allow passing the event name to wait for in setHtml
  • Dropped PHP 7.3 support