Nick Abalov
Nick Abalov
One workaround I was able to find was to deploy `.appx` using Visual Studio to the emulator you want to test on. This will make sure that all dependencies, including...
https://blogs.windows.com/buildingapps/2015/07/09/just-released-windows-10-application-deployment-tool/
Could you please try installing Windows Phone 8.1 SDK or Emulators https://developer.microsoft.com/en-us/windows/downloads/sdk-archive
There is a general problem with visibility determination and clicking. The problem with visibility is that there are quite a few properties that affect visibility and there is no clear...
Pull requests are welcome! It will also help me to better understand the problem and reproduce it. It would be especially nice if you could provide a test that will...
@dnovikau it seems that keyboard toggling using hot key is disabled in Mobile 10 emulators. `back` command can only be used to hide keyboard, not show it. Also, I believe...
@dnovikau there is no link
I found this on [msdn](https://msdn.microsoft.com/en-us/library/windows/apps/mt188754.aspx#What_s_new_in_Microsoft_Emulator_for_Windows_10_Mobile) > One important user interface change has been made. In this version of the emulator, the keyboard shortcut to show or hide the hardware keyboard...
Can you provide logs written by Winium.StoreApps.Driver.exe? It is recommended to run Winium.StoreApps.Driver.exe with `--verbose` option, so that you get more logs. Without logs it is hard to diagnose it...
I will need some code sample to tell if there is any problem. But in general you can have a single `.cs` file with single test class that have a...