Some applications have massive accessibility trees (like Notes.app, which exposes every note ever created).
This can make general integrations that do things like "search for AXButtons" time out and hit watchdogs. A few extra parameters to find() would allow them to avoid searching too deeply. This can save us from having to write custom logic for each app.
Allow for find() / find_one() to:
Some applications have massive accessibility trees (like Notes.app, which exposes every note ever created).
This can make general integrations that do things like "search for AXButtons" time out and hit watchdogs. A few extra parameters to
find()would allow them to avoid searching too deeply. This can save us from having to write custom logic for each app.Allow for
find()/find_one()to: