google / access-bridge-explorer

Explore accessibility tree of Java Access Bridge enabled applications
Apache License 2.0
117 stars 52 forks source link

for one java application,the access bridge explorer #16

Open fjwgrace opened 4 years ago

fjwgrace commented 4 years ago

for one java application in my client's computer,the access bridge explorer is not work, the ui of access bridge explorer can't show the element tree,but the uipath can, It can inspect the controls in the java application,I don't know why ,does the dll not compatibal? but I can use JavaFerret to trace the this java application's event,however,the JavaMonkey can't show the element tree . so what's the problem,can you tell me ,It bother me for a long time

01vadim10 commented 4 years ago

I can only suggest but it seems that uipath gets element data from point, at the same time access bridge explorer builds a tree and goes down from the top element of the tree to your element but some elements don't have children and parent, as a result, this element won't be shown in the tree, so you won't get element data in access bridge explorer