Using Custom Desired Capabilities with Profiles

Hi @GeneralChingChicken,

For starters, I would put the RunConfiguration.setMobileDriverPreferencesProperty(key, value) code in your test case file, right before the Mobile.startApplication function is called. For a further example, you can check out this post:

– Chris

1 Like