|
73 | 73 | # test record |
74 | 74 | from je_auto_control.utils.test_record.record_test_class import \ |
75 | 75 | test_record_instance |
76 | | -# timeout |
77 | | -from je_auto_control.utils.timeout.multiprocess_timeout import \ |
78 | | - multiprocess_timeout |
79 | 76 | # Windows |
80 | 77 | from je_auto_control.windows.window import windows_window_manage |
81 | 78 | from je_auto_control.wrapper.auto_control_image import locate_all_image |
|
84 | 81 | # import keyboard |
85 | 82 | from je_auto_control.wrapper.auto_control_keyboard import check_key_is_press |
86 | 83 | from je_auto_control.wrapper.auto_control_keyboard import get_keyboard_keys_table |
87 | | -from je_auto_control.wrapper.auto_control_keyboard import get_special_table |
88 | 84 | from je_auto_control.wrapper.auto_control_keyboard import hotkey |
89 | 85 | from je_auto_control.wrapper.auto_control_keyboard import keyboard_keys_table |
90 | 86 | from je_auto_control.wrapper.auto_control_keyboard import press_keyboard_key |
|
96 | 92 | from je_auto_control.wrapper.auto_control_mouse import click_mouse |
97 | 93 | from je_auto_control.wrapper.auto_control_mouse import get_mouse_position |
98 | 94 | from je_auto_control.wrapper.auto_control_mouse import mouse_keys_table |
99 | | -from je_auto_control.wrapper.auto_control_mouse import mouse_scroll |
| 95 | +from je_auto_control.wrapper.auto_control_mouse import mouse_scroll_error_message |
100 | 96 | from je_auto_control.wrapper.auto_control_mouse import press_mouse |
101 | 97 | from je_auto_control.wrapper.auto_control_mouse import release_mouse |
102 | 98 | from je_auto_control.wrapper.auto_control_mouse import send_mouse_event_to_window |
|
112 | 108 |
|
113 | 109 | __all__ = [ |
114 | 110 | "click_mouse", "mouse_keys_table", "get_mouse_position", "press_mouse", "release_mouse", |
115 | | - "mouse_scroll", "set_mouse_position", "special_mouse_keys_table", |
| 111 | + "mouse_scroll_error_message", "set_mouse_position", "special_mouse_keys_table", |
116 | 112 | "keyboard_keys_table", "press_keyboard_key", "release_keyboard_key", "type_keyboard", "check_key_is_press", |
117 | 113 | "write", "hotkey", "start_exe", "get_keyboard_keys_table", |
118 | 114 | "screen_size", "screenshot", "locate_all_image", "locate_image_center", "locate_and_click", |
|
121 | 117 | "AutoControlScreenException", "ImageNotFoundException", "AutoControlJsonActionException", |
122 | 118 | "AutoControlRecordException", "AutoControlActionNullException", "AutoControlActionException", "record", |
123 | 119 | "stop_record", "read_action_json", "write_action_json", "execute_action", "execute_files", "executor", |
124 | | - "add_command_to_executor", "multiprocess_timeout", "test_record_instance", "screenshot", "pil_screenshot", |
| 120 | + "add_command_to_executor", "test_record_instance", "screenshot", "pil_screenshot", |
125 | 121 | "generate_html", "generate_html_report", "generate_json", "generate_json_report", "generate_xml", |
126 | 122 | "generate_xml_report", "get_dir_files_as_list", "create_project_dir", "start_autocontrol_socket_server", |
127 | | - "callback_executor", "package_manager", "get_special_table", "ShellManager", "default_shell_manager", |
| 123 | + "callback_executor", "package_manager", "ShellManager", "default_shell_manager", |
128 | 124 | "RecordingThread", "send_key_event_to_window", "send_mouse_event_to_window", "windows_window_manage", |
129 | 125 | "ScreenRecorder", "get_pixel" |
130 | 126 | ] |
0 commit comments