Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!
Posted: 19 Oct 2020, 10:07
@gregster Thank you for replying, and hopefully it is helpful for others.
Yeah, my issue appears to be more fundamental. I am able to launch the debug session with my url Array and all the pages open, but the first attempt to GetPage (by any means) results in the scripting error at line 387:
When I choose to continue scripts on that error, it just goes into an endless loop on lines 204 and 205:
Is there any other way to connect? @GeekDude, any chance you have a beta of 2.0 you want some testing on? 
Yeah, my issue appears to be more fundamental. I am able to launch the debug session with my url Array and all the pages open, but the first attempt to GetPage (by any means) results in the scripting error at line 387:
Code: Select all
this.document.body.appendChild(Script)
Code: Select all
while !this.Connected
Sleep, 50
