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

Bug in click open #195

Closed noubar closed 3 months ago

noubar commented 3 months ago

In a special case of disappearing the click item after the first click using click open, The keyword will fail. I will fix the bug with this issue.

reproduction steps:

Click Open First Second

If first disappears after the click and the second takes a bit more than a second to appear. The Keyword will fail unintentionally. Even if the keyword was successful. This case will only occur if the Program under test is heavy and not very responsive.