Winium.Mobile icon indicating copy to clipboard operation
Winium.Mobile copied to clipboard

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

Results 38 Winium.Mobile issues
Sort by recently updated
recently updated
newest added

Hi, I have noticed the below issue when I try to deploy universal app with release build through winium framework but the same issue is not appearing when I deploy...

Research `C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.1\Tools\PowerTools` Research the tool that ensures that PT agent is installed. The tool should be at `HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\WindowsPhone\\v8.1\\Install Path` `Tools\\UpdatePack\\UpdatePack.exe`

research

Running mentioned method with parameters either 'OnScreenKeyboard.Enable' or 'OnScreenKeyboard.Disable' like in example https://github.com/2gis/Winium.StoreApps/wiki/Command-Execute-Script does not works as expected: 1. by executing the method with parameter 'OnScreenKeyboard.Disable' I expect the keyboard...

Similar to Appium's `--pre-launch` > Pre-launch the application before allowing the first session (Requires –app and, for Android, –app-pkg and –app-activity) This will be useful for unsupervised CI test runs...

enhancement

Add logging of wrapped exception https://github.com/2gis/Winium.StoreApps/blob/master/Winium/Winium.Mobile.Connectivity/Emulator/EmulatorController.cs#L56-L61 Include Inner Exception into response message and stack trace at https://github.com/2gis/Winium.StoreApps/blob/master/Winium/Winium.StoreApps.Common/JsonWireClasses.cs#L44

Driver should support setting the amount of time the driver should wait when searching for elements. Currently it fails on first try if no element was found and end user...

enhancement

Currently, the `IsUserVisible` function checks `IsHitTestVisible` but I'm not sure it should. `IsHitTestVisible` is a bit of a misnomer. It doesn't actually say anything about if the element is visible...

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.

research