What is the use of “autoLaunch” capability? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> What is the use of “autoLaunch” capability? ...

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);


Leave a Reply

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