From 3aafc62c61dba71b5a5e725a7eedb2d744a8eef8 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 19 Sep 2024 10:24:39 -0700 Subject: [PATCH] Update troubleshooting.md --- docs/guides/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/troubleshooting.md b/docs/guides/troubleshooting.md index ffb0f91b8..ff24adae8 100644 --- a/docs/guides/troubleshooting.md +++ b/docs/guides/troubleshooting.md @@ -65,8 +65,8 @@ As of XCUITest driver v7.26.4, the only workaround to interact with the view is # keep interacting with the test target ``` -`com.apple.ContactsUI.LimitedAccessPromptView` looks like can include elements available via `com.apple.springboard` thus you could use `com.apple.ContactsUI.LimitedAccessPromptView` instead of `com.apple.springboard` for iOS 18 for now to interact with dialogs manabed either `com.apple.ContactsUI.LimitedAccessPromptView` or `com.apple.springboard`. - +The `com.apple.ContactsUI.LimitedAccessPromptView` process can get elements available through `com.apple.springboard`, such as several system permission dialogs. +iOS 18+ devices may be possible to use `com.apple.ContactsUI.LimitedAccessPromptView` to interact with elements managed either by `com.apple.ContactsUI.LimitedAccessPromptView` or `com.apple.springboard`. ## Leftover Application Data on Real Devices