Opening a dialog #72
Answered
by
gabrielnuss
gabrielnuss
asked this question in
Q&A
-
When I click a button on the java application that opens a dialog, and try to acess the jabdriver again trying to find an element by any means it returns an error called: pyjab.common.exceptions.JABException: ("Java Access Bridge func 'GetAccessibleContextInfo' error", None) |
Beta Was this translation helpful? Give feedback.
Answered by
gabrielnuss
Mar 20, 2024
Replies: 1 comment 6 replies
-
That may caused by incompatible Java Access Bridge, please try with 2.0.1 JAB |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For those who are wondering if i manage to resolve it, my problem was acessing a action button and calling the function "click", when i did this it didn't found the window that opens when i click it, but if instead of calling click function i do this: "actiobButton.sned_text(" ", true)", it works fine even if other window is in front of it.