Skip to content

Mac accessibility: allow slicing children #496

Description

@nriley

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions