How to pass the source in JSON format in Appium?
capabilities.setCapabilities("useJSONSource",true);
Get JSON source from WDA and parse into XML on the Appium server. This can be much faster, especially on large apps.
Posted on August 1, 2019
By Shah Nawaz
capabilities.setCapabilities("useJSONSource",true);
Get JSON source from WDA and parse into XML on the Appium server. This can be much faster, especially on large apps.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. Privacy Policy
Accept