Hello ChromeDriver Users board,
I'm using ChromeDriver to test Chromium based browser (Avast Secure Browser) and starting from version 127 Driver instance is getting disconnected during restart that happens when User signs out of sync account.
ProtocolError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
As I understand, Google disabled automation for account sync for Chrome Browser (if you run Chrome Browser with ChromDriver it will not have sign-in or sign-out area visible) and therefore I wanted to ask if this area is even supported from Driver developers or not anymore?
Thank you in advance