robotframework-flaui
robotframework-flaui copied to clipboard
Windows user interface automation library for Robot-Framework. FlaUILibrary is a wrapper for the FlaUI automation library.
FlaUI supports moving the mouse and just sending mouse inputs, without necessity of locators. While this may be a rare use-case when testing applications, it would still be nice to...
**Background:** We are trying to automate a testcase via robot framework via FlaUI library. We have a custom made GUI to control. Before, we were using TestStackWhite and with that...
Hi, My team and I have been fighting issues with Robots implementation for a long time now, and we got a final word from a dev that our blocking issue...
``` BB Launch Application path=calc.exe Sleep 10s Find All Elements //Button ``` result: ``` COMException: (0x80040201): An event was unable to invoke any of the subscribers (Exception from HRESULT: 0x80040201)...
_Example_: The address bar in a simple "open file" dialogue on a Windows 11 system has AutomationId 1001:  However if the selected directory is C:\Windows, the element Name is...
Hello! What do you think of this new feature? The documentation part is not up to date yet because I wanted your opinion first. Right now I must use _Find...
I'm using FlaUIInspectStable (v1.4.1) to get Xpaths etc to indentify locators for elements when automating applications in Windows. Sometimes there is information in the section called **LegacyIAccessible Pattern** that I...
We currently have an automation setup where the entire Python environment, including all required libraries and scripts, is installed on a network shared drive. Due to security policies, we are...