How to set the data path in Appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to set the data path in ...

How to set the data path in Appium?



capability.setCapability("derivedDataPath","path");
Use along with "usePrebuiltWDA" capability and choose where to search for the existing WDA app. If the capability is not set then Xcode will store the derived data in the default root taken from preferences.

Leave a Reply

Your email address will not be published. Required fields are marked *