You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With some accessibility objects (e.g., tables) it takes time to fetch the entire list of children when only some may be required.
AXUIElementCopyAttributeValues exposes an index and maximum values; it'd be convenient and hopefully improve performance if this were mapped to Python's array slicing syntax.
My specific use case is navigating relative to the current table selection, e.g. to the next/previous row.
With some accessibility objects (e.g., tables) it takes time to fetch the entire list of children when only some may be required.
AXUIElementCopyAttributeValues exposes an index and maximum values; it'd be convenient and hopefully improve performance if this were mapped to Python's array slicing syntax.
My specific use case is navigating relative to the current table selection, e.g. to the next/previous row.
The text was updated successfully, but these errors were encountered: