fifamaniac04
fifamaniac04

Reputation: 2383

Python script to control GUI?

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

Upvotes: 0

Views: 898

Answers (2)

GroggyPirate
GroggyPirate

Reputation: 31

I have used AutoIt in the past for GUI testing where I needed to actually test the GUI controls.

http://www.autoitscript.com/site/autoit/

Upvotes: 3

LAK
LAK

Reputation: 970

It sounds like you might be looking for a test automation tool, to script GUI events. I looked into using Ranorex for that a while back, and it looked very capable, but it was too expensive and overkill for my needs.

Upvotes: 1

Related Questions