How to reflect IDs in appium inspector?

Hi Team,

I am testing a flutter application. Wanted to know if it is possible to add ids/keys/accessibility ids in flutter code of the application to make it visible as an attributes in appium inspector so that I can automate them?

No, this is not possible unless the developers add it. Your best option is to use opencv + appium image recognition @Harsha

Are you referring to developers of “appim” OR “my application” or of “Flutter team”?

I’m referring to the app devs

Thanks I will ask my dev team for the same.