Contents

AXUIElementCreateSystemWide()

Returns an accessibility object that provides access to system attributes.

Declaration

func AXUIElementCreateSystemWide() -> AXUIElement

Return Value

The AXUIElementRef representing the system-wide accessibility object.

Discussion

This is useful for things like finding the focused accessibility object regardless of which application is currently active.

See Also

Miscellaneous