Max Young
Max Young
I am having this same issue with 1.0.3 (x64) ``` PS C:\Users\myoung> dotnet-core-uninstall list This tool cannot uninstall versions of the runtime or SDK that are - SDKs installed using...
@RikiSharon If the session executing the powershell script does not have a desktop it can still spawn your process but you wont be able to access any automation elements. I...
> @maxinfet , I don't think this is the use case here, because I am running PsExec with "-i 1" argument, which means: "Run the program so that it interacts...
@RikiSharon Sorry it took me so long to respond to this, I completely forgot about it. So the registry key I was thinking of was `HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client` and the...
@RikiSharon No problem, when I get the chance I will try how you are running with our UI automation but not sure how long it will take before I can...
This would certainly remove a ton of work I would have to do to setup [nancy](http://nancyfx.org/) for my test automation client. Have you thought about using Nancy for this? I...
@Roemer Sure, on Monday I will put the code in a gist. @jochenparm I have only proto-typed the windows 10 calculator through a browser and performing an add with the...
Here is the application I built for using add in the windows 10 calculator https://github.com/maxinfet/Nancy.UiTests. This uses the code from FlaUI to manipulate the calculator. The reason I embedded this...
> Is there any progress or code to start with ? Well unfortunately if anyone goes to work on this they will need to look into another solution than NancyFX...
I would love to see something like this. I have looked into something like this before because I was wrapping selenium, the problem I ran into is adapting the API...