Hi,
In order to test the notification of iOS, I send a notification with another device while my iPhone device is in background. Right after, I swipe down the iPhone screen in order to see the received notification like that -
((IOSDriver) driver).swipe(500,0,500,1000,1000);
The above works, and I can physically see the notification, but Appium won’t let me access elements in that screen (I checked on appium inspector and it inspects the layer below the notification one)
Any advice ?
Thanks !