DEV Community

Ram S
Ram S

Posted on

Why does the Xcode accessibility inspector not able to inspect UI components on MacOS?

Our app was developed with Flutter with Windows and MacOS as the target operating systems. Semantics allowed us to examine some parts of the software on the Windows platform, but after installation, the MACOS app's accessibility inspector did not provide access to the same semantics.

Is there another method to make the elements available for examination, or is this a limitation?

Appium must be used to automate the user interface, and the automation strategy is being impeded by the elements inspection.

Top comments (0)