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

Chrome Automation breaks after Chrome v109.0.5414.75 #37

Open mikeymikens opened 1 year ago

mikeymikens commented 1 year ago

I upgraded some computers from Google Chrome 109.0.5414.75 to 111.0.5563.147 and 112.0.5615.138 and Chrome Automation breaks and just sits at the About Blank page. I also tested v113 and that no longer works.

There are some posts that might be related:

https://stackoverflow.com/questions/76058764/data-in-the-address-bar-while-using-chromedriver-112-0-5615-49 The problem is being investigated: https://bugs.chromium.org/p/chromedriver/issues/detail?id=4357 For those who need an urgent workaround please refer to https://bugs.chromium.org/p/chromedriver/issues/detail?id=4357#c1

tonton81 commented 1 year ago

have you tried running these flags with the executable??

--remote-debugging-port=9222 --remote-allow-origins=*
mikeymikens commented 1 year ago

This does appear to correct the issue. Thank you for the quick response.