node-ms-uia
v1.0.4
Published
This is pure JS library written to support Microsoft's UI Automation library because that doesn't exist when i need it the most for my project in Electron JS.
Downloads
326
Maintainers
Readme
node-ms-uia
node-ms-uia
is a Node.js library designed to support Microsoft's UI Automation library. This library was created to fill the gap when no suitable solution was available for projects in Electron.js.
Features
- Pure JavaScript implementation
- Seamless integration with Electron.js
- Comprehensive support for Microsoft's UI Automation
Installation
To install the library, use npm:
npm install node-ms-uia
Usage
Here's a basic example of how to use node-ms-uia
:
const uia = require('node-ms-uia');
// Your code to interact with UI Automation
Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss what you would like to change.
License
This project is licensed under the MIT License.