Question

Capture javascript alert on chrome

  • 19 April 2023
  • 2 replies
  • 34 views

Badge +1

Is there a way to capture the text of a “vanilla” javascript alert on Google Chrome, like on the image below?

 

 

I need to capture “example text” but the capture action (even with the alternate capturing methods) can only get the title “community.automationanywhere.com diz”

 

This kind of capture works fine on Edge and Firefox, but I need it on Chrome.


2 replies

Userlevel 5
Badge +10

@lhishivatari  Have you tried capture with COM option ?

Badge +1

@lhishivatari  Have you tried capture with COM option ?

Yes, I have tried with

  • Auto detect
  • Microsoft Active Accessibility
  • Microsoft UI Automation
  • Microsoft UI Automation (COM)

None of them work

Reply