Skip to main content
Skip table of contents

AccessibilityMethod

Available from version1.25.0
Necessityoptional
Usage

/AccessibilityMethod <Value>

Description

This parameter specifies how the IBI-aws client should read certain values (e.g. browser URL) of other applications. If available, the specified method should be used.

The following values are available:

ValueDescription
DefaultAll available methods are used until the value could be determined or no further method is available
UIAutomationThe value is determined via the "UI Automation" interface
MSAAThe value is determined via the "Microsoft Active Accessibility" interface

Examples

IBI.aws.Client.exe /AccessibilityMethod "Default"
The "Default" method is used to determine values from other applications.

IBI.aws.Client.exe /AccessibilityMethod "UIAutomation"
The "UIAutomation" method is used to determine values from other applications.

IBI.aws.Client.exe /AccessibilityMethod "MSAA"
The "MSAA" method is used to determine values from other applications.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.