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.