How to pass the source in JSON format in Appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to pass the source in JSON ...

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.

Leave a Reply

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