Skip to content

Allow getAccessibilityTree to be case-insensitive #379

@calebeby

Description

@calebeby

We could make it ignore case changes by always lowercasing the output

await getAccessibilityTree(
  el,
  {
    caseInsensitive: true
  }
)

I am not sure yet if this is a useful enough feature since it depends on how often the case of the text changes without the text itself changing. If that happens often, this could be useful, but otherwise, I'm not sure this feature is worth it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    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