Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

exorcistas/autoit-java-access-bridge-udf

Repository files navigation

Java Access Bridge API UDF

Table of Contents

About

This UDF is an AutoIt wrapper for 'JAB API'.
Java Access Bridge (JAB) is a technology that exposes the Java Accessibility API in a Microsoft Windows DLL, enabling Java applications and applets that implement the Java Accessibility API to be visible to assistive technologies on Microsoft Windows systems.
Note, that not all functionality might be mapped or updated in current published version.

Prerequisites

Java Runtime Environment 'JRE 8/9 1.8.0' or higher and windowsaccessbridge.dll

Installation

Simply copy JavaAccessBridge_*_UDF.au3 files to your development directory and use #include to point to these files in the source code.

Usage

Use JavaAccessBridgeExplorer tool with JAB enabled to find windows and controls to develop automation using this UDF

Documentation