I am trying to automate my android app on emulator using Xamarin UITest libraries. I am stuck on automating the camera functionality in my app. When I use app.Repl() console, it doesn't show nothing but the below line:
[[object CalabashRootView]].
I assume this is because my app using the emulator camera as there is not inbuilt app camera. Please suggest me with any code snippet or documentation on how to achieve this?