I am writing my own GUI with .NET (C#) and I want to use a python script to click buttons for me automatically and read from text boxes etc. I've tried the Google searches but nothing really helpful. Is there a library that I need to download for .NET or is there a module in python that will do what i"m looking for. I'm sure it can be done, I just don't know where yo start
-
1If you're writing the GUI yourself, why would you want this, rather than running it against the underlying layer directly?Thomas– Thomas2012-04-03 15:25:45 +00:00Commented Apr 3, 2012 at 15:25
-
I would recommend using Powershell. msdn.microsoft.com/en-us/magazine/cc163301.aspxravibhagw– ravibhagw2012-04-03 15:29:06 +00:00Commented Apr 3, 2012 at 15:29
-
1If you write your OWN GUI, why don't you add your OWN c# code click buttons within your OWN code..!?!?user915331– user9153312012-04-03 15:33:20 +00:00Commented Apr 3, 2012 at 15:33
Add a comment
|