java-client icon indicating copy to clipboard operation
java-client copied to clipboard

java.lang.IllegalArgumentException: No enum constant io.appium.java_client.Setting.customSnapshotTimeout

Open YenikeRaghuRam opened this issue 4 years ago • 0 comments

The problem

Unable to update Setting "customSnapshotTimeout"

Environment

  • Appium version (or git revision) that exhibits the issue:1.21.0
  • Last Appium version that did not exhibit the issue (if applicable):
  • Desktop OS/version used to run Appium:macOS 11.4
  • Node.js version (unless using Appium.app|exe):
  • Npm or Yarn package manager:
  • Mobile platform/version under test:14.6 iPad
  • Real device or emulator/simulator:Real Device
  • Appium CLI or Appium.app|exe:Appium Desktop

Details

Unable to update Setting "customSnapshotTimeout"

Link to Appium logs

Code To Reproduce Issue [ Good To Have ]

iosDriver.setSetting(Setting.valueOf("customSnapshotTimeout"), 600); in Java code using javaclient <groupId>io.appium</groupId> <artifactId>java-client</artifactId> 7.5.1

java.lang.IllegalArgumentException: No enum constant io.appium.java_client.Setting.customSnapshotTimeout

YenikeRaghuRam avatar Jun 23 '21 12:06 YenikeRaghuRam