AccessibilityMethod
Available from version | 1.25.0 |
---|---|
Necessity | optional |
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:
Value | Description |
---|---|
Default | All available methods are used until the value could be determined or no further method is available |
UIAutomation | The value is determined via the "UI Automation" interface |
MSAA | The 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.