robotframework-flaui
robotframework-flaui copied to clipboard
Windows user interface automation library for Robot-Framework. FlaUILibrary is a wrapper for the FlaUI automation library.
We are experiencing very long object recognition times when using XPaths that contain "gaps". Previously we used something like this: ``` FlaUILibrary.Click identifier=//Button[@Name="loadingButton"] ``` Object recognition was pretty much instant....
I would suggest to implement the following new keywords middle click scroll up scroll down
Hi, Thanks for the Support !!! I am facing issue with the FlaUI with the latest version, I have my application opened already and attaching it to FlaUI with ID....
Example
Do you have any example of Flaui being used in Python for eventual testing? Or any documentation on how to use it?
I am experiencing a strange situation when I go to select a menu item in this application. Using robotframework-flaui version 2.0.9 python 3.7.9 Robot Framework 5.0 The menu item I...
Robotframework 5 (https://github.com/robotframework/robotframework/releases/tag/v5.0a1) contains now a try except block. Currently all keywords are implemented to handle error messages internally by robotframework-flaui By these code changes all keywords can be used...
Example, if an element's xpath is /Window/Pane[1]/Window or /Window/Pane[1]/Window/Pane/Button, that element is unable to access. I am getting error as Element does not exists. Please suggest a solution for this
Describe the feature Is there any direct method that is available to handle mouse busy state. We are actually looking for solution to avoid sync issues in our code. Our's...
ISSUE Description: I'm working on a WPF application that use DevExpress library. Sometimes and inside tree taht contain multiple treeitems (10000 items) an exception will be retrieved from the 'Expand...
The below is our exact scenario. ISSUE Description: Actually we have a desktop application where we have two different xpaths when we are trying to identify an element through FLAUI...