FlaUI icon indicating copy to clipboard operation
FlaUI copied to clipboard

Is it available for python?

Open averyzhu opened this issue 3 years ago • 4 comments

Describe the feature I am getting some ideas for my UI automation, then I get some info about FlaUI on github, but all the issues I can see here is about c# as workable language, so my question is that if I could use python with FlaUI?

averyzhu avatar Jun 08 '21 00:06 averyzhu

The same question

smzhao avatar Jun 21 '21 03:06 smzhao

There are some available Python modules:

  • https://github.com/pywinauto/pywinauto
  • https://github.com/yinkaisheng/Python-UIAutomation-for-Windows

Now I am much more productive with FlaUI because the C# autocompletion and IntelliCode work wonders. It's still not great with Python.

lanzorg avatar Jun 23 '21 21:06 lanzorg

@lanzorg, what do you mean "it's still not great with Python"? Or did you mean not great "without" python?

Have you guys thought and tried to use FlaUI in python via IronPython? I'm not sure if that works, but it is worth a try for something that might just mostly work out of the box.

daluu avatar Sep 27 '21 21:09 daluu

The topic is still relevant. A promising package for Python interaction.

https://github.com/amruthvvkp/flaui-uiautomation-wrapper

LexiconCode avatar Oct 22 '22 02:10 LexiconCode