LexiconCode / flaui-uiautomation-wrapper

Tool to perform UI Automation on Windows desktop applications using an underlying Fla-UI wrapper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flaui-uiautomation-wrapper

GitHub contributors GitHub license GitHub branch checks state GitHub language count GitHub commit activity GitHub last commit

PyPI - Python Version PyPI - Unsupported Versions PyPI - Downloads

Python package

GitHub pull requests GitHub milestones

FlaUI is a .NET library that can be used to perform UI automated testing of Windows desktop applications like Win32, WinForms, WPF, etc.. It is a wrapper that works alongside Windows inbuilt UI Automation technology to perform UI automation as required.

FlaUI has interesting approaches on multiple non-python projects. On python there is an integration with RobotFramework which allows tests to be written on RobotFramework and the keywords from it's plugin are utilized to identify elements by XPATH and perform UI actions.

Other than RobotFramework-FLAUI, there are no Python libraries that help us leverage this useful C# library. The intend of this project is to make sure that a versatile and useful plug-and-play python wrapper is built which works well with IDE's intellisense, integrating with any Python frameworks like PyTest, Behave, TestPlan, etc. or any other tooling where UI automation is a necessary feature.

This project is in active development over the latest version of FlaUI (3.2.0) available on GitHub. New releases are expected to come by in the next few weeks and certainly the documentation would improve alongside the planned releases.

If you would like to contribute or request a feature, feel free to join the discussions on the project's GitHub page.

This project is designed to work only on Python 3.7 or 3.8 due to the Python version dependency from Pythonnet 2.5.2, PythonNet 3.0.0 is under development and post it's release this project would support Python 3.9 & 3.10.

Release Notes

Check out the release notes on GitHub releases.

About

Tool to perform UI Automation on Windows desktop applications using an underlying Fla-UI wrapper.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%