You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
real device iOS version from 15.6 to 18
Xcode from 14.3.1 to 16
Appium from 2.0.1 to 2.11.5
xcuitest from 4.12.0 to 7.27.0
After those upgrades elements of app that are “native” (popups and so on) become unaccessible from Appium Inspector and for automated tests.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Made the following upgrades:
Capabilities I use:
{
"appium:deviceName": "iPhone 12",
"appium:udid": "00008101-00127CAA3AE0001E",
"appium:platformVersion": "18.0",
"appium:automationName": "XCUITest",
"appium:bundleId": "com.onoffapp.OnOffAppProduction",
"appium:useNewWDA": "true",
"platformName": "iOS",
"showXcodeLog": true
}
Before upgrade the Appium Inspector contents looked like this and Call.../Cancel buttons were accessible:
After upgrade it looks like this and these buttons cannot be recognized as elements:
It seems to me, that somewhere is a setting or something like that, which has to be switched on, but I cannot get it, where it is.
Beta Was this translation helpful? Give feedback.
All reactions