Skip to content
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

Fix regression in calling UIAElementInfo.descendants with depth and criteria like control_type arguments #1337

Open
wants to merge 3 commits into
base: atspi
Choose a base branch
from

Conversation

junkmd
Copy link
Contributor

@junkmd junkmd commented Sep 20, 2023

fixes #1336

- It was added for optimization of `UIAElementInfo.descendants` but is
implemented in the base class
- It was not suitable for exploring descendants as recursively
retrieving the `children` of `children` filtered by the condition
argument names that can be passed to `build_condition`
@junkmd junkmd self-assigned this Sep 20, 2023
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #1337 (e8d93f9) into atspi (bf7f789) will decrease coverage by 6.31%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##            atspi    #1337      +/-   ##
==========================================
- Coverage   94.15%   87.84%   -6.31%     
==========================================
  Files          60       60              
  Lines       23036    23037       +1     
==========================================
- Hits        21689    20238    -1451     
- Misses       1347     2799    +1452     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression in calling UIAElementInfo.descendants with depth and criteria like control_type arguments
1 participant