Robot

Simple Windows Calculator Bot

Simple bot to demostrate Windows desktop capabilities

Windows

The robot implements a simple addition on Windows Calculator with different methods:

  1. Using keyboard actions is fast and stable, provided the target application provides hot-keys
  2. Using the locators enables you to target the UI element tree values
  3. 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. calculators

The run log.html shows the performance differences log example

Technical information

Last updated

23 January 2024

License

Apache License 2.0