2gis / Winium.Mobile

Winium.Mobile is Selenium Remote WebDriver implementation for automated testing of Windows StoreApps and Silverlight apps, tested on emulators (currently only Windows Phone/Mobile apps are supported).
Mozilla Public License 2.0
51 stars 29 forks source link

Add support for app close and app restart functionality #178

Closed madhu-sv closed 7 years ago

madhu-sv commented 7 years ago

I have an issue where I need to restart the app in one of the steps in my test. Currently I have to start a new driver session. This is hacky and not a very good way. It ould be great if we can add support for restarting the app in the same driver session/context

NickAb commented 7 years ago

You can use closeApp() and launchApp() from Appium bindigs