Some links on MS UIA: UI Automation
Posted by jpluimers on 2020/12/23
For my link archive:
- [WayBack] What is the difference between WinAppDriver and Microsoft UI Automation library? What different problems they solve? · Issue #401 · Microsoft/WinAppDriver · GitHub
- Microsoft UI Automation – Wikipedia
- [WayBack] Microsoft Active Accessibility and UI Automation Compared – Windows applications | Microsoft Docs: This topic provides summarizes the main differences between Microsoft Active Accessibility and UI Automation.
A Delphi implementation:
- [WayBack] GitHub – jhc-systems/DelphiUIAutomation: Delphi classes the wrap the MS UIAutomation library
- Sources
- [WayBack] DelphiUIAutomation/source at master · jhc-systems/DelphiUIAutomation · GitHub
- [WayBack] DelphiUIAutomation/demo at master · jhc-systems/DelphiUIAutomation · GitHub
- [WayBack] DelphiUIAutomation/controls at master · jhc-systems/DelphiUIAutomation · GitHub
- [WayBack] DelphiUIAutomation/AutomatedButton.pas at master · jhc-systems/DelphiUIAutomation · GitHub
- [WayBack] DelphiUIAutomation/TestMainForm.pas at master · jhc-systems/DelphiUIAutomation · GitHub
- Documentation
- [WayBack] CurrentSupportedControls · jhc-systems/DelphiUIAutomation Wiki · GitHub
- [WayBack] TAutomationButton · jhc-systems/DelphiUIAutomation Wiki · GitHub
- [WayBack] TAutomationCheckBox · jhc-systems/DelphiUIAutomation Wiki · GitHub
- [WayBack] TAutomationComboBox · jhc-systems/DelphiUIAutomation Wiki · GitHub
- [WayBack] TAutomationStringGrid · jhc-systems/DelphiUIAutomation Wiki · GitHub
- [WayBack] TAutomationPanel · jhc-systems/DelphiUIAutomation Wiki · GitHub
–jeroen
Leave a Reply