An issue has been identified in the iOS environment where users are unable to input the specified password into the password entry field, as shown in the image.
We are currently investigating to address this issue fundamentally. In the meantime, please try the following workaround steps.
Workaround:
- Use iOS 15 environment since this issue does not occur in the iOS 15 environment.
- If testing is conducted on iOS 16 or 17 environments, implement the test steps shown in the following image and disable the automatic password entry feature in the Settings app. (Note: For version 17.2, due to a bug on Apple's side, this workaround cannot be applied. Please choose version 17 or lower.)
Note:
-
For version 17.2, there is a bug in the simulator environment where the "Settings" app does not open. Until Apple releases a fix for this issue, this method cannot be applied. Please use version 17.0 for testing in the meantime.
-
The variable VERSION used for conditional branching is a special variable and does not require separate definition.
-
Specify the bundle ID (com.apple.Preferences) and use the "Launch other iOS app" command to open the Settings app.
-
Regarding a locator of the Switch, please choose "xpath=(//XCUIElementTypeSwitch)[1]" from the candidate locators.