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
  • 337
  • 4
  • 15
  • 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();

Ashok kumar Ganesan
  • 1,098
  • 5
  • 20
  • 48
Sadha Nanda
  • 337
  • 4
  • 15