Android application isn't closing even after using driver.close() or driver.quit() with the UiAutomator2 driver in Appium 2
it is always in an open state and needs to be closed and relaunched after completing each test case execution.
Android application isn't closing even after using driver.close() or driver.quit() with the UiAutomator2 driver in Appium 2
it is always in an open state and needs to be closed and relaunched after completing each test case execution.
Copyright © 2021 Jogjafile Inc.
I think you can make this happen by setting the
appium:fullResetcapability totrue.