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

Take Element Screenshot #85

Open NickAb opened 9 years ago

NickAb commented 9 years ago

We can take element screenshot using RenderTargetBitmap http://social.technet.microsoft.com/wiki/contents/articles/20648.using-the-rendertargetbitmap-in-windows-store-apps-with-xaml-and-c.aspx

We can also replace takeScreenshot impl (using emulator controller) with RenderTargetBitmap one, as it should work both for emulators and devices.