illinois-dres-aitg / pyia2

Python interface to MSAA and IAccessible2 Interfaces
GNU General Public License v3.0
9 stars 10 forks source link

Python Interface to MSAA+IAccessible2

This project builds on top of the work of Eitan Isaacson pyia project to build a python library to expose Microsoft Active Accessibility (MSAA) and IAccessible2 interfaces for Windows Operating system. This project extends the pyia project to support the IAccessible2 interfaces. The purpose of the project is to support ARIA and HTML5 implementation of the accessibility mapping specifictions as part of the activities of the W3C WAI ARIA and HTML5 working groups.

Installation Requirements

pip install -e C:\path\to\repository
regsvr32 IAccessible2Proxy.dll

Examples

Chrome Browser Configuration

References