0

I am trying to automate SQL developer connection using FlaUI and windows accessibility insights tool but windows accessibility insights tool not detecting some UI element[plus[green button]]. Please see image

I am expecting that accessibility insights tool detect [plus_green_button] and return automation_id.

vimuth
  • 5,064
  • 33
  • 79
  • 116
Sharad
  • 9
  • 5
  • I believe that SQL Developer is written in Java - for automation see [this github issue](https://github.com/FlaUI/FlaUI/issues/127#issuecomment-354618987) – MT0 Mar 26 '23 at 11:06

1 Answers1

0

When Accessibility Insights for Windows can see a window but not its individual elements, that usually indicates that you're attempting to scan an elevated process (eg, one you're launched with "Run as Administrator") from a non-elevated Accessibility Insights process. Try either running the application being scanned as a non-administrator or, if that is not possible, running Accessibility Insights for Windows using "Run as Administrator".

Dan Bjorge
  • 1,514
  • 10
  • 10