Releases: G33kDude/Chrome.ahk
Releases · G33kDude/Chrome.ahk
Chrome.ahk v1.3.0
Chrome.ahk v1.2
Changes
- Made
Chrome.DebugPort
static for static use of theChrome.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
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
Adding files