Please, How can i use capabilities in a mobile test

Please, any example that u have using appium mobile capabilities in a mobile test. thanx so much

1 Like

Hi @cramzd,

You can set Appium Desired Capabilities in 2 ways:

Project Settings
In the Project->Settings menu, expand Desired Capabilities->Mobile->iOS (or Android). Choose the Device Name from the list and add new capabilities to it.

Setting Capabilities in Code
Using Katalon’s RunConfiguration.setMobileDriverPreferencesProperty(key, value) function. You would do this before starting your app, something like in this post:

Hope this helps,

Chris

1 Like