How to Read Symantec VIP 2FA OTP?

For a login page, I need the script to get an OTP from another program in the PC (Symantec VIP). Is there a way Kantu can bring the image to foreground, capture that image, then OCR it?

32%20PM

The solution is desktop automation it’s the hard part to automate but ui vision can do this

I automated some addons in browser (addons are not web browser)

Info here

https://ui.vision/rpa/x/desktop-automation

For this authenticator app my suggestion is:

  • start the app with XRUN

  • then use XTYPE… commands to navigate to it, and copy the code. I assume the Symantec apps supports keyboard shortcuts.

  • If you need the mouse to control it, then automate it visually with XClick.

See also How to Automate your Chrome Browser Extension App (Browser extension testing) - #2 by TechSupport

Great idea, I’ll try it!