Skip to main content

Records and automates Winform and WPF applications

Project description

SimpleGUI is a GUI Automation/Test tool giving the user high level keywords to automate WPF and winform applications.

To use, generate scripts using RecorderSpy.exe in tools folder. Use ctrl-r to start recording, ctrl-e to end recording, and ctrl-w to select a GUI element during recording.

When you finish recording, robot and python scripts are generated which use the c# compiled SimpleGUI.dll in the bin folder.

To use this tool to make GUI test cases, use robot and make sure to have the SimpleGUI.py file in the same directory as the robot script.

The full list of available methods in python using the SimpleGUI.dll. All methods are static and void:
string Read(string selector, int child = 0, double timeout = 5)
setWindow(string window,double timeout=5)
Click(string selector, int child = 0,double timeout=5)
SendKey(string keys)
RightClick(string selector,int child=0,double timeout=5)
Append(string inputText,string selector,int child=0,double timeout=5)
Write(string value, string selector, int child = 0, double timeout=5,string mode="overwrite")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autogui-0.0.1.tar.gz (461.6 kB view hashes)

Uploaded Source

Built Distribution

autogui-0.0.1-py2-none-any.whl (467.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page