AXUI is short for "Auto eXecute UI", is an UI automation framework, target to minimize the gap between tools and testers. AXUI provides testers a powerful, unified, easy to use interface for common met platforms, like windows desktop, web, Android, IOS...
AXUI provide a plug-in mechanism for automation guy to extend support for different UI
AXUI provide built-in drivers for:
- windows native UIAutomation Client API for windows desktop UI
- selenium project for web UI
- appium project for Android and IOS UI
AXUI provide an unified, easy to use python interface for use in test scripts
AXUI separate UI logic from test scripts, make test scripts more readable and easier to maintain
AXUI provide mechanism to handle auto met UI automation issues, like UI response time
More details, please check AXUI documents
To have quick experience about AXUI, please check AXUI samples