How to terminate android app after each test Appium UIAutomator2

123 Views Asked by At

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.

1

There are 1 best solutions below

0
TAEFED On

I think you can make this happen by setting the appium:fullReset capability to true.