When using python client for the appium server, I’m trying to pass appium:otherApps cap. I want it to install more than one path, unfortunatelly when im trying to pass an array of paths to different apps it does not like it. The error I get is that it wants a string argument.
”Error: Message: A new session could not be created. Details: ‘otherApps’ must be of type string; For documentation on this error, please visit: Understanding Common Errors | Selenium
Stacktrace:
SessionNotCreatedError: A new session could not be created. Details: ‘otherApps’ must be of type string
at AndroidUiautomator2Driver.createSession (/home/test/.nvm/versions/node/v22.12.0/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/driver.ts:299:13)
at AndroidUiautomator2Driver.createSession (/home/test/.appium/node_modules/appium-uiautomator2-driver/lib/driver.ts:334:75)
at AppiumDriver.createSession (/home/vnca/.nvm/versions/node/v22.12.0/lib/node_modules/appium/lib/appium.js:379:56) !”