robocorp / rpaframework

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python
https://www.rpaframework.org/
Apache License 2.0
1.15k stars 224 forks source link

Accessibility Insights can not scan app running as system privileges #1138

Open 466867517 opened 10 months ago

466867517 commented 10 months ago

Our SAP in windows is Java and need to run as system.

mikahanninen commented 10 months ago

Java applications can't be inspected with Accessibility Insights (which can be started with admin privileges, but still it won't be able to inspect Java applications).

At the moment Java applications can be inspected with Assistant Robot (link).

Read more at https://robocorp.com/docs/development-guide/locators/java

466867517 commented 10 months ago

Java applications can't be inspected with Accessibility Insights (which can be started with admin privileges, but still it won't be able to inspect Java applications).

At the moment Java applications can be inspected with Assistant Robot (link).

Read more at https://robocorp.com/docs/development-guide/locators/java

Yes, I also used this before. But it could not catch the SAP, neither use title nor PID. Even if I use PSTools to start the VScode with system privileges. Google's Access Bridge Explorer also this situation.