m417z/Textify

Not working for NordVPN

Closed this issue · 3 comments

m417z commented

Textify support most, but not all apps. It relies on UI Automation, and if NordVPN doesn't implement it, e.g. if the interface is custom made and they didn't bother implementing it, then it won't work. Just like Textify doesn't work with images since there's nowhere to grab text from, and Textify doesn't do OCR.

There’s a tool from Microsoft called Inspect which shows automation-related information. It can be downloaded here. You can try it with NordVPN to make sure it's not just an issue with Textify. Let me know if you think it is.

Similar issue about Telegram: #6

Inspect is a legacy tool. We recommend using Accessibility Insights instead.
https://learn.microsoft.com/en-us/windows/win32/winauto/inspect-objects
I tried it with Accessibility Insights and found no problems.
While installing the setup can't copy text but after running installed app sometimes it works, other times it doesn't.

m417z commented

Inspect and Accessibility Insights use the same APIs, so it shouldn't really matter. I prefer Inspect as it's more lightweight.

The setup is running as administrator (most installers are), so Textify can't grab text from it unless it's running as administrator too. If you think there's another issue, can you post a screenshot or a video comparing Inspect (or Accessibility Insights) with Textify?