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!