Hello everyone,
I wonder if there is any built-in functions for some basic push notification use-cases on both Android & iOS
- Check if the phone can receive notification
- I go through Katalon document and only see 2 built-in functions for notification
Mobile.openNotifications() Mobile.closeNotifications()
- I go through Katalon document and only see 2 built-in functions for notification
- Verify content of notification
- Tap on notification to open app then verify the screen on app
Thank you in advance.