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

Getting App Log #138

Closed artemenko-a-a closed 8 years ago

artemenko-a-a commented 8 years ago

When App crashes we don't have enough information about crash. It seems cool to get an opportunity to get Log from App. We store it in the root of local storage. It called "v4app.log.txt"

NickAb commented 8 years ago

Implemented in silverlight driver https://github.com/2gis/winphonedriver/pull/64. Needs backporting

NickAb commented 8 years ago

Implemented in #140, but will work only if file is not open for writing at the time of command execution.

NickAb commented 8 years ago

Fixed in #140