java-client
java-client copied to clipboard
java.lang.IllegalArgumentException: No enum constant io.appium.java_client.Setting.customSnapshotTimeout
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
java.lang.IllegalArgumentException: No enum constant io.appium.java_client.Setting.customSnapshotTimeout