appium-desktop icon indicating copy to clipboard operation
appium-desktop copied to clipboard

[Enhancement Request] Identify bundle identifiers for alerts in app on iOS

Open jineshqa opened this issue 6 years ago • 0 comments

Appium or Appium Desktop?

You are reporting an issue at the Appium Desktop repository. Appium Desktop is a wrapper around Appium. If you are having trouble running tests, it is much more likely that the problem you are encountering is not a problem with Appium Desktop but with Appium. For that reason we require you to have tried your testcase with Appium CLI before reporting issues. Check the checkbox below to confirm that you have proven your issue does not reproduce on Appium itself:

  • [x] I have verified that my issue does not occur with Appium and should be investigated as an Appium Desktop issue

The problem

  1. Launch any app that requires location or any other permission from the user. The app bundle for such alert is com.apple.springboard but appium desktop doesn't show that anywhere.
  2. If the app is hybrid and has webviews, it would help to find how many webviews does it have and XCUIElement is part of which webview.

I logged this issue after advice from @jlipps. Please see here.

Environment

  • I am running Appium Desktop version 1.14.0.
  • I am on (pick one):
    • [x] Mac
    • [ ] Windows
    • [ ] Linux

jineshqa avatar Jul 18 '19 22:07 jineshqa