Document toolboxDocument toolbox

Using the Advanced Options while Launching an Application

Qualitia gives you the provision to set few capabilities while you launch the application under test. These are the Appium capabilities which you can set to configure the application session based on the requirements.

You can use the following advanced capabilities while launching the application.

CapabilitiesDescriptionValues/Example

noReset

Helps you reset the application before starting the session.Boolean (true/false)

intentAction

Intent action to use to start an activity. Applications can have their own intentAction. You will get this information by the app developer.

android.intent.action.VIEW

intentCategory

Intent category to use to start an activity. You will get this information by the app developer.android.intent.category.LAUNCHER

chromeOptions

This capability allows you to customize and configure a ChromeDriver session. For the complete list of ChromeDriver supported capabilities and how to use them, see the chromeOptions documentation.
args=–-headless

To use the advanced options while launching an application:

  1. Launch Mobile Object Spy and select the application under test to launch.
  2. Click Advanced options.
  3. Select the capability from the drop-down options and enter the value for corresponding capability.
  4. Click  to add the capability.