Vasily Ryabov
Vasily Ryabov
We use `UIAutomationClient.dll` through comtypes in [pywinauto](https://github.com/pywinauto/pywinauto) GUI automation project. Everything worked fine until we started using `PropertyCondition` objects and other more complicated things. I found out that comtypes raises...
This is my first relatively successful attempt to enable AppVeyor build ([1.1.3build3](https://ci.appveyor.com/project/pywinauto/comtypes/build/1.1.3build3)) on 8 Pythons. AppVeyor uses `Windows Server 2012 R2 (x64)`. The results are not bad for Py2.7, but...
[Registering custom properties](https://msdn.microsoft.com/en-US/library/windows/desktop/ee671603.aspx) requires `IUIAutomationRegistrar` interface but it's not loaded by comtypes somehow. Could find `IUIAutomationRegistrar` interface using [OLE/COM Object Viewer](https://msdn.microsoft.com/en-us/library/d0kh9f4c.aspx). It looks like `UIAutomationCore.dll` contains few layers: `UIAutomationCore.dll/2`, `UIAutomationCore.dll/3`...
Consider it as an abnormal programming exercise. :) This should be useful when automating GUI apps with the built-in standard console (like Putty). * [AttachConsole](https://docs.microsoft.com/en-us/windows/console/attachconsole) returns console handle of the...
This is initial implementation of the most basic classes for macOS backend "ax". Any comments and suggestions are highly appreciated. Big TODOs: * Travis CI automation is coming (currently working...
### Compiler name MLIR Translate ### Compiler version 18.1.4 ### Compiler language MLIR ### Compiler homepage https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.4 ### Motivation Compiler Explorer has only `MLIR opt` tool which is old (16.0.0),...
Minimal executable size is important requirement. I guess it's possible to reduce file size to 10-15 MB. Currently PyQt5 installation eats ~200 MB. For comparison, Au3Info.exe (Spy++ clone from AutoIt)...