How to use dontGoHomeOnQuit?

Hello :slight_smile:

I’m trying to use “dontGoHomeOnQuit”, but I don’t understand, how to use it?

this capability will keep your device in the last screen of the test and will not send the device to the home screen when a test is complete

usage

dc.setCapability("dontGoHomeOnQuit",true)

https://docs.experitest.com/display/AS/Application+Setup