What is the use of “autoLaunch” capability?
Initializing the app under test automatically. Appium does not install/launch the app under test if this is false. Default value is true for this capability.
Eg:-capabilities.setCapability("autolunch", true);