access-bridge-explorer icon indicating copy to clipboard operation
access-bridge-explorer copied to clipboard

Explore accessibility tree of Java Access Bridge enabled applications

Results 21 access-bridge-explorer issues
Sort by recently updated
recently updated
newest added

So when I try to run the code in a WinForms-application everything works fine. When I try to run the same code in a WPF-application, accessBridge.EnumJvms() returns 0. This is...

for Java Application, the controls in the same Page window; some controls can be inspected, by some can't ,I don't Know why ,can somone tell me ,what's the access bridge...

I am trying to automate UI of "FileChooserDemo.jar" application distributed with jdk-8u121-windows-x64-demos. There is a button on the UI "Show FileChooser". There is a drop down labelled "Look and Feel"...

trying to work with Java Access Bridge in c#, everything works fine however whenever i try to subscribe on dotnet framework version 4.5 and above e.g. `JabApi.MouseClickedDelegate mcd = new...

Hi, Has anyone implemented RequestFocus and could enlighten the path here? Any other clue on how to focus in a field other than implementing RequestFocus?

Hi, I tried to replicate same scenario from here in a different project, but it never finds any JVM available. I tried using WindowsForm, giving a delay to check if...

I want to get the element by mouse point,but when I use GetNodePathAt It return the table ,not the cell inside, I can get the table's Children ,But the cell...

I would like to explore the oracle form 6i or form 10g, does any one have any idea ?

Hey, I have a problem with one particular java application that it crashes when I open AccessBridgeController.exe saying " is not working anymore - Close application" (Don't have the message...

in the class AccessibleContextNode,there are two method to get the node ,one is "GetNodePathAtWorker" and the other is "GetNodePathAtUsingAccessBridge" ,for some applications the "GetNodePathAtWorker" can work fine,but "GetNodePathAtUsingAccessBridge" can not...