@@ -488,20 +488,24 @@ je_auto_control.execute_action([
488488
489489| Category | Commands |
490490| ---| ---|
491- | Mouse | ` AC_click_mouse ` , ` AC_set_mouse_position ` , ` AC_get_mouse_position ` , ` AC_press_mouse ` , ` AC_release_mouse ` , ` AC_mouse_scroll ` , ` AC_mouse_left ` , ` AC_mouse_right ` , ` AC_mouse_middle ` |
492- | Keyboard | ` AC_type_keyboard ` , ` AC_press_keyboard_key ` , ` AC_release_keyboard_key ` , ` AC_write ` , ` AC_hotkey ` , ` AC_check_key_is_press ` |
491+ | Mouse | ` AC_click_mouse ` , ` AC_set_mouse_position ` , ` AC_get_mouse_position ` , ` AC_get_mouse_table ` , ` AC_press_mouse ` , ` AC_release_mouse ` , ` AC_mouse_scroll ` , ` AC_mouse_left ` , ` AC_mouse_right ` , ` AC_mouse_middle ` |
492+ | Keyboard | ` AC_type_keyboard ` , ` AC_press_keyboard_key ` , ` AC_release_keyboard_key ` , ` AC_write ` , ` AC_hotkey ` , ` AC_check_key_is_press ` , ` AC_get_keyboard_keys_table ` |
493493| Image | ` AC_locate_all_image ` , ` AC_locate_image_center ` , ` AC_locate_and_click ` |
494494| Screen | ` AC_screen_size ` , ` AC_screenshot ` |
495495| Accessibility | ` AC_a11y_list ` , ` AC_a11y_find ` , ` AC_a11y_click ` |
496496| VLM (AI Locator) | ` AC_vlm_locate ` , ` AC_vlm_click ` |
497497| OCR | ` AC_locate_text ` , ` AC_click_text ` , ` AC_wait_text ` |
498498| Clipboard | ` AC_clipboard_get ` , ` AC_clipboard_set ` |
499- | Record | ` AC_record ` , ` AC_stop_record ` |
499+ | Window | ` AC_list_windows ` , ` AC_focus_window ` , ` AC_wait_window ` , ` AC_close_window ` |
500+ | Flow control | ` AC_loop ` , ` AC_break ` , ` AC_continue ` , ` AC_if_image_found ` , ` AC_if_pixel ` , ` AC_while_image ` , ` AC_wait_image ` , ` AC_wait_pixel ` , ` AC_sleep ` , ` AC_retry ` |
501+ | Record | ` AC_record ` , ` AC_stop_record ` , ` AC_set_record_enable ` |
500502| Report | ` AC_generate_html ` , ` AC_generate_json ` , ` AC_generate_xml ` , ` AC_generate_html_report ` , ` AC_generate_json_report ` , ` AC_generate_xml_report ` |
503+ | Run history | ` AC_history_list ` , ` AC_history_clear ` |
501504| Project | ` AC_create_project ` |
502505| Shell | ` AC_shell_command ` |
503506| Process | ` AC_execute_process ` |
504- | Executor | ` AC_execute_action ` , ` AC_execute_files ` |
507+ | Executor | ` AC_execute_action ` , ` AC_execute_files ` , ` AC_add_package_to_executor ` , ` AC_add_package_to_callback_executor ` |
508+ | MCP server | ` AC_start_mcp_server ` , ` AC_start_mcp_http_server ` |
505509
506510### MCP Server (Use AutoControl from Claude)
507511
0 commit comments