Reputation: 21
I am using Appium with ruby to write automation scripts, there are notification generated in some functionality. How do I test it (both android and iOS), any suggestions?
Upvotes: 0
Views: 1286
Reputation: 3658
with Appium it works for Android only:
@driver.open_notifications();
Upvotes: 1