Top Level Namespace
- Includes:
- Accessibility::DSL
Defined Under Namespace
Modules: AX, Accessibility Classes: Exception, NSArray, NSDictionary, Symbol
Constant Summary collapse
- KAXChildrenAttribute =
'AXChildren'
- KAXRoleAttribute =
'AXRole'
- KAXSubroleAttribute =
'AXSubrole'
- KAXIdentifierAttribute =
'AXIdentifier'
- KAXWindowCreatedNotification =
'AXWindowCreated'
- KAXMainWindowAttribute =
'AXMainWindow'
- KAXFocusedAttribute =
'AXFocused'
- KAXValueChangedNotification =
'AXValueChanged'
- KAXTitleAttribute =
'AXTitle'
- KAXURLAttribute =
'AXURL'
- KAXTitleUIElementAttribute =
'AXTitleUIElement'
- KAXPlaceholderValueAttribute =
'AXPlaceholderValue'
- KAXWindowRole =
'AXWindow'
- KAXCloseButtonSubrole =
'AXCloseButton'
- KAXTrashDockItemSubrole =
'AXTrashDockItem'
- KAXPosition =
'AXPosition'
- KAXSize =
'AXSize'
- KAXRTFForRangeParameterizedAttribute =
'AXRTFForRange'
- KAXIsApplicationRunningAttribute =
'AXIsApplicationRunning'
- KAXStringForRangeParameterizedAttribute =
'AXStringForRange'
- NSString =
Alias for the
String
class, compatible with MacRuby String
- NSDate =
Alias for the
Time
class, compatible with MacRuby Time
Method Summary
Methods included from Accessibility::DSL
#app_with_bundle_identifier, #app_with_name, #app_with_pid, #cancel, #click, #confirm, #contextual_menu, #decrement, #delete, #double_click, #drag_mouse_to, #element_at_point, #element_under_mouse, #graph, #hide, #highlight, #horizontal_scroll, #increment, #method_missing, #move_mouse_to, #pick, #pinch, #press, #raise, #record, #right_click, #rotate, #screenshot, #scroll, #scroll_menu_to, #scroll_to, #select_menu_item, #set, #set_focus_to, #show_about_window_for, #show_menu, #show_preferences_window_for, #smart_magnify, #swipe, #system_wide, #terminate, #triple_click, #type, #unhide, #wait_for, #wait_for_child, #wait_for_descendant, #wait_for_invalidation_of
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Accessibility::DSL