When an alert window occurs in Chrome web

When an alert window occurs in Chrome web, can the content be in popup.html? I wonder if this is possible with chrome extensions. I would like to inquire because the alert contents cannot be read in the current system.

@111617

The pop up window can be read by using active accessibility mode

Or one more qay is to use inject js activitiy and read or handle the pop up

Cheers

Hi,

Could you please elaborate more
Like are you unable to highlight the popup or unable to extract the text from Popup?

Regards,
Namrata

Other rpa solutions other than UiPath cannot read or close the alert window, and the session is disconnected when the alert window appears, so I am looking for an alternative.

I’ve tried using javascript or a chrome extension, but it doesn’t seem to be accessible due to security.
If you have an example or link to another method, I would appreciate it.