Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UI Automation and Active Accessibility
- https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-msaa
- Acc = Accessibility = Microsoft Active Accessibility
- https://github.com/Descolada/Acc-v2/blob/main/Lib/Acc.ahk
- https://learn.microsoft.com/en-us/windows/win32/winauto/microsoft-active-accessibility
- https://en.wikipedia.org/wiki/Microsoft_Active_Accessibility
- UIA = UI Automation (not UI Access in this case) ; BETTER THAN ACC
- https://github.com/Descolada/UIA-v2/blob/main/Lib/UIA.ahk
- https://learn.microsoft.com/en-us/windows/win32/winauto/entry-uiauto-win32
- https://en.wikipedia.org/wiki/Microsoft_UI_Automation
- COM APIs
- https://autohotkey.wiki/guides:com:start
- can use by adding:
- #Include <Acc>
- #Include <UIA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement