appium / appium

Cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol
http://appium.io/
Apache License 2.0
18.95k stars 6.07k forks source link

Unable to acknowledge iOS ATT popup #19910

Closed irramya closed 7 months ago

irramya commented 7 months ago

Do I have the most recent component updates?

Is the component officially supported by the Appium team?

Is there an existing issue for this?

Current Behavior

ATT popup options are available in the DOM/element tree. However, a click operation on it fails

Expected Behavior

Click should allow user to acknowledge the popup and close it

Minimal Reproducible Example

AppiumLibrary.Click Element xpath=//XCUIElementTypeButton[@name="Allow"]

Screenshot 2024-03-20 at 9 16 01 PM

Environment

Link to Appium Logs

No response

Further Information

No response

KazuCocoa commented 7 months ago

Possibly https://appium.github.io/appium-xcuitest-driver/latest/guides/troubleshooting/#interact-with-dialogs-managed-by-comapplespringboard

mykola-mokhnach commented 7 months ago

Duplicate of https://github.com/appium/appium/issues/19908