Skip to content

Chrome.ahk v1.2

Compare
Choose a tag to compare
@G33kDude G33kDude released this 10 May 02:21
· 11 commits to master since this release

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!