Skip to content

Chrome.ahk v1.1

Compare
Choose a tag to compare
@G33kDude G33kDude released this 21 Mar 21:55
· 17 commits to master since this release

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.