Is there a way to find buttons in an Android app on an emulator to trigger them using C# code?
I am using C# code to launch an emulator (Memu) and open an application using ADB. I need to find a reliable way to recognize buttons on the screen to perform actions and decision-making.