python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Giving to FLAUI the command for hit a key combination (such as ALT + F4) changes the keyboard controls
i'm making an automated test with flaui, it includes
Keyboard.Press(VirtualKeyShort.ALT);
Keyboard.Press(VirtualKeyShort.F4);
it works fine, but then my keyboard controls are completely different, f...
lorenzotarquini
Votes: 0
Answers: 1
How to handle multiple windows in FlaUI desktop automation-outlook
I am new to desktop automation and FLaUI.I am using visual studio
I am testing a plugin for Outlook. So I am able to click on New Email and it opens a new window for ne email compose.
Now I want to sw...
user13199266
Votes: 0
Answers: 1
Python.NET: How to access generic member of an interface
I am trying to use a generic member from an interface in FlaUI through Python.NET.
The below C# code works,
// myLegacyTreeItem is a valid AutomationElement
// this works and the default action expand...
Amit Tendulkar
Votes: 0
Answers: 1
FlaUI: Unable to call any Retry method through Python.NET
I am trying to call FlaUI FlaUI.Core.Tools.Retry class method WhileNull through Python.NET (https://github.com/FlaUI/FlaUI/blob/master/src/FlaUI.Core/Tools/Retry.cs). However, I am not able to figure ...
Amit Tendulkar
Votes: 0
Answers: 1