Yekta Özdemir
Yekta Özdemir

Reputation: 83

appium inspector not load application

I'm trying to Android mobile testing, but Appium server give an error.

In AVD, app starting, Inspector starting but epmty. inspector loading

Server side error logs: server log 1

server log 2

My capabilities:

{
  "platformName": "Android",
  "appium:platformVersion": "8.1",
  "appium:appPackage": "com.a101.sos.bs",
  "appium:appActivity": "com.a101.sos.bs.SplashScreenActivity",
  "appium:deviceName": "appTest",
  "appium:automationName": "Appium",
  "appium:udid": "emulator-5554"
}

I'm using latest version of Appium.

Upvotes: 0

Views: 894

Answers (1)

Yekta Özdemir
Yekta Özdemir

Reputation: 83

I just realised in our app we are not allow take screenshot, and screen recording, because of this Appium Inspector can't load our app. Now I'm using screen recording enabled version, and it's work. = )

Upvotes: 1

Related Questions