-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in identifyting children of the parent #211
Comments
Could you please attach full logs for both the Python and Rust code (as well as the full script for each)? I can run the scripts on my own computer and try to see what's going on. About half of our devs are legally blind, so please do not attach pictures. To be fair, that isn't posted anywhere, so maybe we should add some Github issue templates. |
Hi This is the link to an example code from where the tree can be printed in Python and other languages, it works well. https://github.com/infapi00/at-spi2-examples/blob/master/python-pyatspi2/print_active_window_hierarchy.py |
Sorry, but I can not track down this issue without additional information. At minimum, I'd need an application (not necessarily the one you're testing) that can reproduce the issue. |
Hi,
I recently started with Rust to access the Atspi library and Rust programming. Earlier, I used to work on Python and Atspi to access applications and do GUI testing. When I started with Rust, I found out that by using the "child_count" return "1" child is present, but the "get_children" doesn't return the objects.
attaching the image for ref
This is python implementation where i get the tree
This is the rust implementation, when i am logging the info to trace
the log info
The text was updated successfully, but these errors were encountered: