The app is launched and the inspector gets stuck on the loading screen of the splash page for the app, but the app splash screen loads fine.
Appium server: 1.22.0
Appium Inspector (Desktop): 2021.12.2 (also tried the web version with same issue)
platform: ios/iPhone 13/iOs 15.0 (have tried other version with same issues)
This is a react-native app and the app is fully functional without appium
Desired Caps:
{
“platformName”: “iOs”,
“appium:platformVersion”: “15.0”,
“appium:deviceName”: “iPhone 13”,
“appium:app”: “/path/to/app/app_name.app”,
“appium:automationName”: “XCUITest”,
“appium:noReset”: true
}
- The app gets installed successfully
- The webdriver agent gets installed successfully
- The app is launches successfully on the device and is usable; however the appium inspector doesn’t move on beyond the loading icon to display the elements found the main page (which would be the login/create account buttons)
Inspector forever loading screen:
iOs Simulator screen while inspector stuck on loading:
Appium Server log files:
appium_server_logs.txt (25.0 KB)