Hello,
We have a strange behaviour with Chrome from version 71 (tested also with version 72).
We have a tool that performs SSO and parse Chrome using accessibility to detect matching url and perform SSO (Single Sign On) for the user.
From Chrome 71 it seems that we didn't detect the Basic Authentication Window in the accessible tree until chrome has lost the focus.
While parsing the accessible tree from the root node of chrome, the second child of the tree (the root for the basic authentication windows) seems to be created only when the focus changes from chrome to another window.
Does anyone has encounter the same issue ?
Regards