Chrome.ahk
Chrome.ahk copied to clipboard
Chrome Automation breaks after Chrome v109.0.5414.75
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
have you tried running these flags with the executable??
--remote-debugging-port=9222 --remote-allow-origins=*
This does appear to correct the issue. Thank you for the quick response.