G33kDude / Chrome.ahk

Automate Google Chrome using native AutoHotkey
https://autohotkey.com/boards/viewtopic.php?t=42890
MIT License
336 stars 82 forks source link

5 improvements #28

Closed telppa closed 1 year ago

telppa commented 2 years ago
  1. When the profilepath given by the user does not exist, try to create it. 262f0db
  2. Add a timeout parameter to avoid dead loops. 273f1d7
  3. Fix example EventCallbacks.ahk cbee6dd
  4. If chrome.lnk is not found, we can still get a clear error info (Chrome could not be found) here instead of a com error. a1df47f
  5. Fix that GetPageList() often reports an error. 10e49a9
G33kDude commented 1 year ago

Please use separate pull requests for separate features. It greatly facilitates my ability to accept/reject individual features, and when a request isn't quite ready to merge it makes it much easier to make last-minute changes to bring it up to standards so it can be squashed & merged.