sudharsan-selvaraj / appium-dashboard-plugin

Appium plugin that provides complete test logs, video recording of test and device logs(logcat and syslogs) for easy debugging.
116 stars 28 forks source link

failed to create session: nativeWebScreenshot should not exist on primary and secondary #67

Closed cparello closed 2 years ago

cparello commented 2 years ago
  1. caps { "appium:automationName": "Appium", "appium:orientation": "PORTRAIT", "platformName": "Android", "appium:platformVersion": "10", "appium:deviceName": "emulator-5554", "appium:appPackage": "ccom.android.vending", "appium:appActivity": "com.google.android.finsky.activities.MainActivity" }

node 14.19 I get the error in the title when running via the appium inspector

  1. if i run the same test via node with the same caps i get "enviroment unavailible unknown server side error, cannot read property firstMatch of undefined.
  2. If i kill appium server and run with no plugin the test works fine.
sudharsan-selvaraj commented 2 years ago

@cparello Looks like a valid issue. I will be fixing it in the upcoming release.

sudharsan-selvaraj commented 2 years ago

Fixed as part of v1.0.0-beta.13