0

Desiredcapabilities not supporting in latest appium version(io.appium > 5.0.0).Can you please suggest alternative for the desiredcapability to automate android App

I am using latest version of appium https://mvnrepository.com/artifact/io.appium/java-client/7.0.0.Desired capability is working less than <5.0.0 version

Sadha Nanda
  • 305
  • 2
  • 11
  • thats not the truth. paste your code for driver initialization and clarify what doe it mean "Desired capability not working". – Vault23 Nov 11 '19 at 07:38

1 Answers1

0

Upgrading both seleniumhq along with io.appium has solved this issue Earlier when i upgrade only io.appium below line was throwing error. DesiredCapabilities capabilities = capabilities = new DesiredCapabilities(); Thanks for your reponce @Vault23

Sadha Nanda
  • 305
  • 2
  • 11