Chrome.ahk v1.1
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.