Closed irramya closed 7 months ago
ATT popup options are available in the DOM/element tree. However, a click operation on it fails
Click should allow user to acknowledge the popup and close it
AppiumLibrary.Click Element xpath=//XCUIElementTypeButton[@name="Allow"]
appium --version
node --version
npm
npm --version
No response
Possibly https://appium.github.io/appium-xcuitest-driver/latest/guides/troubleshooting/#interact-with-dialogs-managed-by-comapplespringboard
Duplicate of https://github.com/appium/appium/issues/19908
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"]
Environment
appium --version
): 2.5.1node --version
):20.11.1npm
version (output ofnpm --version
):10.5.0Link to Appium Logs
No response
Further Information
No response