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
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
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