@bright-fish/fluent-ui-automation
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Fluent UI Automation Library (Beta)

For use only on the Windows Operating System.

This library is a fluent api that wraps around the UI Automation Framework.

You can quickly access UI Automation elements by using the elements instance made available by the package.

Installation

npm install @bright-fish/fluent-ui-automation

Here is a quick example of how to click the Ok button of the About Windows application.

const { elements, by } = require('@bright-fish/fluent-ui-automation');

const winverWindow = elements.first(by.name('About Windows'));

const okButton = winverWindow.children.first(by.name('OK'));

okButton.click();

Readme

Keywords

none

Package Sidebar

Install

npm i @bright-fish/fluent-ui-automation

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

123 kB

Total Files

65

Last publish

Collaborators

  • chris.nimmons