Skip to content

Releases: G33kDude/Chrome.ahk

Chrome.ahk v1.3.0

20 Mar 19:33
Compare
Choose a tag to compare
  • Adds --remote-allow-origin flag to fix Chrome rejecting WebSocket connections
  • Allow relative profile paths
  • Upgrade to cJson
  • Upgrade to WinAPI/WinHTTP WebSockets

Chrome.ahk v1.2

10 May 02:21
Compare
Choose a tag to compare

Changes

  • Made Chrome.DebugPort static for static use of the Chrome.GetPage methods with the default port. Thanks Shadowpheonix!
  • Made Chrome path discovery more robust. Thanks jeeswg!

Additions

  • Added support for an array of URLs in class Chrome's constructor.
  • Added support for event callbacks by passing a function to the Chrome.GetPage methods. Thanks KusochekDobra!
  • Added method Chrome.FindInstances to look for preexisting Chrome instances. Thanks KusochekDobra!

Chrome.ahk v1.1

21 Mar 21:55
Compare
Choose a tag to compare

Changes

  • class Chrome's constructor now accepts additional flags for chrome
  • Pages are no longer connected to using Chrome.GetTab()

Additions

  • New methods for finding the right page to connect to
  • New method Chrome.Kill() for ending the Chrome process
  • New example script ExportPDF.ahk demonstrating headless chrome and PDF exports.

Chrome.ahk v1.0

16 Jan 22:34
Compare
Choose a tag to compare
Adding files