Hello,
I just want to open the notification and then close it without doing any action on it… Is there any way to do so, through appium?
Don’t suggest ADB commands, since I am running my tests over clouds.
Many thanks!
((AndroidDriver) driver).openNotifications(); ((AndroidDriver) driver).pressKeyCode(AndroidKeyCode.BACK);
Yes, this worked! I completely forgot about AndroidKeyCode.