Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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