Hi there,
I am creating tests for a mobile video streaming app, using the SauceLabs real devices. When the app opens a full-screen player, the Android system sometimes displays an info screen about navigation.
And here is the issue. The info screen occurs in the two versions:
- arrow element with id: image_arrow_rot270
- arrow element with id: image_arrow_rot90
The first one (image_arrow_rot270) works fine, I just swipe the arrow to close the screen. But the second one (image_arrow_rot90) does not react to any swipe, tap, or click. I am just not able to close the info screen with the image_arrow_rot90 arrow.
Does anyone have an idea of how to deal with it?
(Technologies: java, appium, selenium)