What's the best way to test the following scenario?
- Open native android app
- Go to screen B written in flutter - click on button "OK"
- Go to screen C which is a pure Android view again
Currently I use Appium but I can not find specific elements of B's screen because labels of button are not always available in inspector. In order to select button in tests i have to specify X and Y coordinates to push a click. I'm looking for a robust solution which will cover automated integration e2e test both for Android, iOS and flutter. Separate Flutter parts are tested in standalone mode using flutter integration test.