GDATASoftwareAG / robotframework-flaui

Windows user interface automation library for Robot-Framework. FlaUILibrary is a wrapper for the FlaUI automation library.
MIT License
60 stars 12 forks source link

Updated example test cases to show error in test application #153

Closed GeoGegl closed 9 months ago

GeoGegl commented 9 months ago

Added a test case for the Keyboard Down and Up Events labels in the test application to show an error in it. Extended existing keywords "Press key" and "Press keys" to include press and release events to enable the test.

In the test application "WpfApplication.exe" in the "Keyboard Controls" tab, the Keyboard Down Events label does not work for some keys. E.g. Arrow Keys (The Keyboard Up Events work)

Nepitwin commented 9 months ago

@GeoGegl

One thing do you forgot. Pls update changelog.md in root directory about parameters changes in keyboard keywords. Then all looks fine.