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.