This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 4
Nov 2017

If underlying framework is not allowing you to view the element in inspector then it is not possible to automate.
But,

  1. You can verify with your dev team if element is under webview ? then try chrome inspector
  2. for native app, you can again check with dev team to put the native element in app so that it can be inspected.

I tried doing this by:

  • doing a vertical swipe on android screen to open notifications.

  • clearing old notifications.

  • After getting message.

  • Opening notification and reading message directly from notifications without being to navigate through message application.

To make vertical swipe you need to know exactly the location of the notification, right? The location depending on the size of phone screen, right?
Could you, please, provide the code example? It looks I don’t completely understand what do you mean. Sorry, I’m quite a new in Appium automation