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

Added ability to switch context between silverlight app and web browser on windows phone.

Hi, I know this issue is already reported but the thing is I tried everything. I installed latest Windows 10 Emulator and SDK (10.0.15063.0). Emulator is working fine and I...

Hello @NickAb I am using Windows 10 host machine,have instrumented my windows 10 application using Winium.Innerserver(1.6.2) properly.I have set Internet(Client&Server) capability as well.Have tested it succesfully from Windows 8 host...

Bellow error I am getting when I tried to run winium mobile driver. D:\aman\WiniumMobileDriver>Winium.Mobile.Driver.exe --verbose 16:12:29 [INFO] Winium.Mobile.Driver, Version: 1.7.1.0, Revision: e9c35bb5333e2f7f3b2c30baec883b157db01b34 16:12:29 [FATAL] System.IO.FileNotFoundException: Could not load file or...

Hi Guys, I've been watching the videos, and scavenging over all the source code and I could not get my sample app test to run successfully. Its a simple Xamarin/UWP10...

Hi Guys, I am facing with this issue when I run my sample unit test. ``` "value": { "error": "session not created", "stacktrace": " at Winium.StoreApps.Driver.CommandExecutors.NewSessionExecutor.DoImpl() in d:\\Projects\\windows-universal-app-driver\\Winium\\Winium.StoreApps.Driver\\CommandExecutors\\NewSessionExecutor.cs:line 38\r\n at...

WIP. Web context / Hybrid apps support.

Our sync invoke method rethrows captured exception with new stacktrace, losing crucial information that could be helpful while debugging. See [CommandBase.cs#L96](https://github.com/2gis/Winium.Mobile/blob/master/Winium/Winium.StoreApps.InnerServer/Commands/CommandBase.cs#L96) for StoreApps. Same thing for Silverlight. We should keep...

https://docs.microsoft.com/en-us/dotnet/articles/standard/library

enhancement

Support for testing of hbrid apps can be done in the same way as it is done in Appium. We can implement switching between contexts. When in WebView context driver...

enhancement
WIP