Robot
Simple Windows Calculator Bot
Simple bot to demostrate Windows desktop capabilities
The robot implements a simple addition on Windows Calculator with different methods:
- Using keyboard actions is fast and stable, provided the target application provides hot-keys
- Using the locators enables you to target the UI element tree values
- Using image-based locators is the slowest and most brittle, but still sometimes needed
- Depends a lot on resolution, colors, font
- As an example Windows Calculator can look quite different in different cases.
The run log.html
shows the performance differences
Technical information
Last updated
23 January 2024License
Apache License 2.0