Chrome.ahk icon indicating copy to clipboard operation
Chrome.ahk copied to clipboard

Chrome Automation breaks after Chrome v109.0.5414.75

Open mikeymikens opened this issue 1 year ago • 2 comments

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

mikeymikens avatar Apr 26 '23 14:04 mikeymikens

have you tried running these flags with the executable??

--remote-debugging-port=9222 --remote-allow-origins=*

tonton81 avatar Apr 26 '23 15:04 tonton81

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

mikeymikens avatar Apr 26 '23 15:04 mikeymikens