Simulating an incoming call/sms/popup alert

Hello,

Is it possible to simulate and interact with an incoming call/sms or a popup alert such as alarm, calendar,etc. on Android platform using Appium?

1 Like

I don’t believe Appium supports these events at this time. You’ll have to find a different way to trigger these events.

If these events are triggered from a broadcast intent, you can manually send a broadcast using adb. See ADB shell commands.