'appium desktop and Inspector problem. They won't work together
I am experiencing an issue with appium desktop, appium inspector and xcode. For the sake of speed I've done a video
I'm getting the following error message and I would appreciate some help fixing it I am getting the following error:
From Appium Inspector:
{
"platformName": "iOS",
"appium:platformVersion": "15.2",
"appium:automationName": "XCUItest",
"appium:deviceName": "iPhone 13",
"appium:debugLogSpacing": true,
"appium:bundleId": "com.apple.Preferences"
}
What can I do to resolve this because I am totally at a loss right now.
Solution 1:[1]
I was able to update the desired capabilities
{
"platformName": "iOS",
"appium:platformVersion": "15.2",
"appium:automationName": "XCUItest",
"appium:deviceName": "iPhone 13",
"appium:debugLogSpacing": true,
"appium:bundleld": "com.apple.Preferences"
}
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | fypnlp |