INGenious icon indicating copy to clipboard operation
INGenious copied to clipboard

Unable to add boolean value to appium capabilities

Open olaf-a opened this issue 8 months ago • 0 comments

Writing tests for Android, I want to add the capability appium:noReset to the capabilites/options. When doing that, the value is always passed as string, while appium expects a boolean.

Appium server reports: Capability 'noReset' changed from string to boolean. This may cause unexpected behavior

olaf-a avatar Apr 15 '25 08:04 olaf-a