robotframework-flaui icon indicating copy to clipboard operation
robotframework-flaui copied to clipboard

Windows user interface automation library for Robot-Framework. FlaUILibrary is a wrapper for the FlaUI automation library.

Results 28 robotframework-flaui issues
Sort by recently updated
recently updated
newest added

Robotframework-FlaUI should contain a configuration paramter to decide which FlaUI dll should be used. * Net Core 3.0 * Net Framework 3.5 / 4.0 / 4.5 * Custom path to...

enhancement

can we use starts-with or contains in Xpath for @AutomationId, currently it works with @Name

I am having an issue pressing several keys on my application. I can send a single key press with t'~' without an issue. But when I try to send `ALT+SHIFT+-`...

bug

This PR adds another logging function, to directly embed screenshots as base64 encoded strings in the output log. It also expands the screenshot functionality to allow for screenshot creation based...

Creating screenshots of the whole screen is not always desired, especially since the current wrapper implementation does not allow for screen selection or any other modifications related to the available...

Storing screenshots as files is often not desired in the use-cases of the company I am working at. We generally prefer having the screenshots embedded into the log files themselves...

@Nepitwin As i said the user does not need to give an extra variable alias It is working and the tests you have written for alias are also working And...

**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...

Hello The timeout setting is not working. It is always 10 seconds if I either increase it or decrease it. I made a repo @ https://github.com/djalan/robot_flaui_timeout ```robot *** Settings ***...

bug