Leyon Gudinho
Leyon Gudinho

Reputation: 21

How to test push notification in android and iOS using Appium in ruby

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

Answers (1)

dmle
dmle

Reputation: 3658

with Appium it works for Android only:

@driver.open_notifications();

Upvotes: 1

Related Questions