Replies: 2 comments 6 replies
-
|
hmm i have never seen that the app is reseted by appium without uninstalling it. https://appium.io/docs/en/writing-running-appium/android/android-shell/ |
Beta Was this translation helpful? Give feedback.
-
This seems like the correct behaviour. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
appium/appium-uiautomator2-driver#537
Having just updated to uiautomator2 driver (v2.7.0 from 2.4.7) how does the above change now affect devices under test
Have been using
noReset:true
forceAppLaunch:true
Which kept our app under test registered on a device (noReset), and always started our app up into the login screen (forceAppLaunch)
This was applicable to the windows driver and the XCUITest driver too. ie all 3 drivers would force the app to open to the login screen as expected.
however now the android app is staying logged in rather than relaunching the app to the login screen on android.
looks like there is now disparity between the drivers?
Beta Was this translation helpful? Give feedback.
All reactions