LaunchApp() Reinstalls the Whole App
See original GitHub issueThe problem
webdriverio/Appium using launchApp()
will reinstall or reset the app which is not what I want to do. I want to closeApp() then launchApp() to see what the state of the app is because that is different from deleting/reinstalling the app
I have tried adding the capability noReset: true
and fullReset: false
and it doesn’t do anything for my problem
Environment
- Appium version (or git revision) that exhibits the issue: 1.15.0 (and below)
- Node.js version (unless using Appium.app|exe): 12.6.0
- Yarn package manager: 1.17.3
- Mobile platform/version under test: iOS
- Real device or emulator/simulator: Simulator
- Appium.ap
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Launch App reinstalling app every time - Issues/Bugs
Hi, I am on 10.13.3 and every time I call launch app it reinstalls the app even though I have set the noreset...
Read more >driver.launch resets the App in Appium - Stack Overflow
And launchApp() reinstall the app but for the test scenario it shouldn't reset the app (I mean maintain the previous state whether its...
Read more >Force the entire power app to refresh
Forcing the users to uninstall and reinstall is even worse of a work around. Is there any way to force the app to...
Read more >App Upgrade Automation for iOS Mobile Apps - Medium
This article will show you how to perform app upgrade automation using Appium which now supports commands that makes it easy to reinstall...
Read more >Troubleshooting the Dasher App - DoorDash Support
To login: Launch app > Enter login credentials > Tap Sign In ... Uninstall and Reinstall the Doordash Dasher app.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Could http://appium.io/docs/en/commands/device/app/activate-app/ and http://appium.io/docs/en/commands/device/app/terminate-app/ be the solution?
They can change the app state to running in the foreground and not running/ http://appium.io/docs/en/commands/device/app/app-state/
Closed as not an issue