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
In the same App, press tab to switch focus, focusedUIElementChanged will be triggered.
But when switching between different apps, focusedUIElementChanged will not trigger. I think when switching to a different app, the focusedUIElement changes, then focusedUIElementChanged should be triggered.
AXSwift is intended to be a thin wrapper around the system accessibility APIs and expose their exact behavior, so that type of thing would best be implemented by a layer on top of this library.
In the same App, press tab to switch focus, focusedUIElementChanged will be triggered.
But when switching between different apps, focusedUIElementChanged will not trigger. I think when switching to a different app, the focusedUIElement changes, then focusedUIElementChanged should be triggered.
for example:
We will find that when the two applications are switched, focusedUIElementChanged does not trigger
The text was updated successfully, but these errors were encountered: