- Windows / Linux: Compiling from source an old school command line game - Umoria
- Basics of Windows / Linux building with CMake and GIT
- Winform UI Automation with Python, Appium, and Win App Driver
- UI Automation example and framework of Winforms (WPF supported as well) using Open Source Appium tools (replacement for Microsoft's non-free Coded UI - which has been deprecated)
- Automation written in python for quick creation of test scripts - easier to jump in for non-developers, and do not have to compile your tests to run them
Published Articles
Hacker Noon
Subscribe to:
Posts (Atom)
WinForms DataGridView with Appium/WinAppDriver (Python)
I recently spent some time trying to get the DataGridView of Winforms working (well enough) with Appium. The exposed properties (visible via...