Hi ,
The new chromedriver is breaking all my tests that open a PDF in a different tab. It seems to be creating an extra hidden window handle which randomly can come before or after the visual tab. So now, when I click to open a PDF, it opens the pdf in a different tab, and instead of having 2 window handles, I have 3, and the extra one seems to be a chrome extension related window handle. Either it's a bug or chrome is handling PDF Viewer and window handles differently with this 133 version. Any guidance would be appreciated. My only idea is to go through all my tests and ignore those window handles because the test hangs if I attempt to close that window handle and only seems to close when I close the visual PDF related window handle (or tab).
This is the window
chrome-extension://mhjfbmdgcfjbbpaeojofohoefgiehjai/index.html