LICENSE
README.md
README_PyPI.md
pyproject.toml
jimuflow/__init__.py
jimuflow/rc_icons.py
jimuflow/resource.py
jimuflow/version_info.py
jimuflow.egg-info/PKG-INFO
jimuflow.egg-info/SOURCES.txt
jimuflow.egg-info/dependency_links.txt
jimuflow.egg-info/entry_points.txt
jimuflow.egg-info/requires.txt
jimuflow.egg-info/top_level.txt
jimuflow/common/__init__.py
jimuflow/common/fs.py
jimuflow/common/keyboard.py
jimuflow/common/mimetypes.py
jimuflow/common/uri_utils.py
jimuflow/common/web_element_utils.py
jimuflow/common/win32_functions.py
jimuflow/components/__init__.py
jimuflow/components/core/__init__.py
jimuflow/components/core/add_prefix_or_suffix_component.py
jimuflow/components/core/break_component.py
jimuflow/components/core/change_text_case_component.py
jimuflow/components/core/check_process_component.py
jimuflow/components/core/clear_folder_component.py
jimuflow/components/core/compress_file_component.py
jimuflow/components/core/condition_utils.py
jimuflow/components/core/continue_component.py
jimuflow/components/core/copy_file_component.py
jimuflow/components/core/copy_folder_component.py
jimuflow/components/core/create_date_component.py
jimuflow/components/core/create_date_time_component.py
jimuflow/components/core/create_dict_component.py
jimuflow/components/core/create_folder_component.py
jimuflow/components/core/create_list_component.py
jimuflow/components/core/create_time_component.py
jimuflow/components/core/datetime_utils.py
jimuflow/components/core/decompress_file_component.py
jimuflow/components/core/delete_dict_key_component.py
jimuflow/components/core/delete_file_component.py
jimuflow/components/core/delete_folder_component.py
jimuflow/components/core/delete_list_item_component.py
jimuflow/components/core/dict_loop_component.py
jimuflow/components/core/diff_date_time_component.py
jimuflow/components/core/else_component.py
jimuflow/components/core/else_if_component.py
jimuflow/components/core/else_if_conditions_component.py
jimuflow/components/core/execute_cmd_component.py
jimuflow/components/core/exit_component.py
jimuflow/components/core/format_date_time_component.py
jimuflow/components/core/get_clipboard_text_component.py
jimuflow/components/core/get_file_path_info_component.py
jimuflow/components/core/if_component.py
jimuflow/components/core/if_conditions_component.py
jimuflow/components/core/infinite_loop_component.py
jimuflow/components/core/insert_item_to_list_component.py
jimuflow/components/core/kill_process_component.py
jimuflow/components/core/launch_app_component.py
jimuflow/components/core/list_files_component.py
jimuflow/components/core/list_loop_component.py
jimuflow/components/core/loop_component.py
jimuflow/components/core/merge_list_component.py
jimuflow/components/core/move_file_component.py
jimuflow/components/core/move_folder_component.py
jimuflow/components/core/number_to_text_component.py
jimuflow/components/core/object_to_json_component.py
jimuflow/components/core/os_utils.py
jimuflow/components/core/parse_json_component.py
jimuflow/components/core/print_component.py
jimuflow/components/core/raise_error_component.py
jimuflow/components/core/random_int_component.py
jimuflow/components/core/read_text_file_component.py
jimuflow/components/core/regex_match_component.py
jimuflow/components/core/rename_file_component.py
jimuflow/components/core/rename_folder_component.py
jimuflow/components/core/replace_text_component.py
jimuflow/components/core/return_component.py
jimuflow/components/core/reverse_list_component.py
jimuflow/components/core/set_clipboard_text_component.py
jimuflow/components/core/set_dict_key_value_component.py
jimuflow/components/core/set_variable_component.py
jimuflow/components/core/slice_text_component.py
jimuflow/components/core/sort_list_component.py
jimuflow/components/core/split_text_component.py
jimuflow/components/core/text_to_number_component.py
jimuflow/components/core/time_wait_component.py
jimuflow/components/core/trim_text_component.py
jimuflow/components/core/update_date_time_component.py
jimuflow/components/core/update_list_item_component.py
jimuflow/components/core/url_decode_component.py
jimuflow/components/core/url_encode_component.py
jimuflow/components/core/while_component.py
jimuflow/components/core/write_text_file_component.py
jimuflow/components/database/__init__.py
jimuflow/components/database/batch_update_database.py
jimuflow/components/database/close_database_connection.py
jimuflow/components/database/connect_to_database.py
jimuflow/components/database/db_types.py
jimuflow/components/database/execute_sql.py
jimuflow/components/database/query_database.py
jimuflow/components/mouse_keyboard/__init__.py
jimuflow/components/mouse_keyboard/hover_image_component.py
jimuflow/components/mouse_keyboard/keyboard_input_component.py
jimuflow/components/mouse_keyboard/mouse_click_component.py
jimuflow/components/mouse_keyboard/mouse_scroll_component.py
jimuflow/components/mouse_keyboard/move_mouse_component.py
jimuflow/components/others/__init__.py
jimuflow/components/others/send_http_request_component.py
jimuflow/components/table/__init__.py
jimuflow/components/table/add_table_column_component.py
jimuflow/components/table/create_table_component.py
jimuflow/components/table/delete_table_row_component.py
jimuflow/components/table/export_table_component.py
jimuflow/components/table/import_csv_as_table_component.py
jimuflow/components/table/import_excel_as_table_component.py
jimuflow/components/table/loop_table_rows_component.py
jimuflow/components/table/read_table_data_component.py
jimuflow/components/table/write_table_cell_component.py
jimuflow/components/table/write_table_row_component.py
jimuflow/components/web_automation/__init__.py
jimuflow/components/web_automation/check_web_content_component.py
jimuflow/components/web_automation/clear_cookies_component.py
jimuflow/components/web_automation/click_to_open_web_page_component.py
jimuflow/components/web_automation/click_web_element_component.py
jimuflow/components/web_automation/close_web_page_component.py
jimuflow/components/web_automation/drag_web_element_component.py
jimuflow/components/web_automation/evaluate_js_in_web_page_component.py
jimuflow/components/web_automation/extract_web_element_component.py
jimuflow/components/web_automation/extract_web_page_component.py
jimuflow/components/web_automation/get_cookies_component.py
jimuflow/components/web_automation/get_relative_web_element_component.py
jimuflow/components/web_automation/get_web_page_component.py
jimuflow/components/web_automation/hover_web_element_component.py
jimuflow/components/web_automation/loop_web_elements_component.py
jimuflow/components/web_automation/navigate_web_page_component.py
jimuflow/components/web_automation/open_web_browser_component.py
jimuflow/components/web_automation/open_web_page_component.py
jimuflow/components/web_automation/playwright_utils.py
jimuflow/components/web_automation/screenshot_web_element_component.py
jimuflow/components/web_automation/scroll_web_page_component.py
jimuflow/components/web_automation/set_cookies_component.py
jimuflow/components/web_automation/set_web_checkbox_value_component.py
jimuflow/components/web_automation/set_web_select_value_component.py
jimuflow/components/web_automation/wait_web_content_component.py
jimuflow/components/web_automation/wait_web_page_load_component.py
jimuflow/components/web_automation/web_download_component.py
jimuflow/components/web_automation/web_input_component.py
jimuflow/components/web_automation/web_upload_component.py
jimuflow/components/windows_automation/__init__.py
jimuflow/components/windows_automation/active_window_component.py
jimuflow/components/windows_automation/click_window_element_component.py
jimuflow/components/windows_automation/close_window_component.py
jimuflow/components/windows_automation/drag_window_element_component.py
jimuflow/components/windows_automation/extract_window_component.py
jimuflow/components/windows_automation/extract_window_element_component.py
jimuflow/components/windows_automation/get_combobox_items_component.py
jimuflow/components/windows_automation/get_relative_window_element_component.py
jimuflow/components/windows_automation/get_window_component.py
jimuflow/components/windows_automation/hover_window_element_component.py
jimuflow/components/windows_automation/loop_window_elements_component.py
jimuflow/components/windows_automation/move_window_component.py
jimuflow/components/windows_automation/pywinauto_utill.py
jimuflow/components/windows_automation/resize_window_component.py
jimuflow/components/windows_automation/screenshot_window_element_component.py
jimuflow/components/windows_automation/set_checkbox_value_component.py
jimuflow/components/windows_automation/set_combo_box_value_component.py
jimuflow/components/windows_automation/set_window_state_component.py
jimuflow/components/windows_automation/set_window_visibility_component.py
jimuflow/components/windows_automation/wait_window_element_component.py
jimuflow/components/windows_automation/window_input_component.py
jimuflow/datatypes/__init__.py
jimuflow/datatypes/builtin_types.py
jimuflow/datatypes/core.py
jimuflow/datatypes/file_path_info.py
jimuflow/datatypes/http_types.py
jimuflow/datatypes/table.py
jimuflow/datatypes/web_page.py
jimuflow/datatypes/windows_types.py
jimuflow/definition/__init__.py
jimuflow/definition/component_def.py
jimuflow/definition/package.py
jimuflow/definition/process_def.py
jimuflow/definition/variable_def.py
jimuflow/gui/__init__.py
jimuflow/gui/about_dialog.py
jimuflow/gui/app.py
jimuflow/gui/app_widget.py
jimuflow/gui/component_dialog.py
jimuflow/gui/component_editor.py
jimuflow/gui/component_list_widget.py
jimuflow/gui/create_new_app.py
jimuflow/gui/create_process.py
jimuflow/gui/create_variable.py
jimuflow/gui/debug_variables_view.py
jimuflow/gui/dialog_with_webengine.py
jimuflow/gui/elements_widget.py
jimuflow/gui/error_log_widget.py
jimuflow/gui/expression_edit.py
jimuflow/gui/expression_edit_popup.py
jimuflow/gui/expression_edit_v2.py
jimuflow/gui/expression_edit_v3.py
jimuflow/gui/help_dialog.py
jimuflow/gui/iconsgallery.py
jimuflow/gui/input_def_model.py
jimuflow/gui/log_widget.py
jimuflow/gui/main_window.py
jimuflow/gui/process_resource_dialog.py
jimuflow/gui/process_resource_widget.py
jimuflow/gui/process_views.py
jimuflow/gui/screenshot_tool.py
jimuflow/gui/settings_dialog.py
jimuflow/gui/setup_logging.py
jimuflow/gui/start_process_dialog.py
jimuflow/gui/undo_redo_manager.py
jimuflow/gui/utils.py
jimuflow/gui/variable_line_edit.py
jimuflow/gui/web_cookie_tool.py
jimuflow/gui/web_element_attributes_table.py
jimuflow/gui/web_element_capture_tool.py
jimuflow/gui/web_element_editor.py
jimuflow/gui/web_element_relative_xpath_tool.py
jimuflow/gui/web_element_xpath_tool.py
jimuflow/gui/web_view_utils.py
jimuflow/gui/window_element_capture_tool.py
jimuflow/gui/window_element_editor.py
jimuflow/gui/window_element_relative_xpath_tool.py
jimuflow/gui/window_elements_widget.py
jimuflow/gui/window_utils.py
jimuflow/gui/windows_hooks.py
jimuflow/gui/components/NumberEdit.py
jimuflow/gui/components/__init__.py
jimuflow/gui/components/bool_combo_box.py
jimuflow/gui/components/conditions_editor.py
jimuflow/gui/components/file_path_editor.py
jimuflow/gui/components/form_data_editor.py
jimuflow/gui/components/hotkey_editor.py
jimuflow/gui/components/http_proxy_editor.py
jimuflow/gui/components/if_component_ui.py
jimuflow/gui/components/list_editor.py
jimuflow/gui/components/process_resource_editor.py
jimuflow/gui/components/table_row_editor.py
jimuflow/gui/components/text_list_editor.py
jimuflow/gui/components/variable_option_list_editor.py
jimuflow/gui/components/variable_type_editor.py
jimuflow/gui/components/variable_ui_dependency_editor.py
jimuflow/gui/components/vertical_nav_bar.py
jimuflow/gui/components/web_cookie_editor.py
jimuflow/gui/components/web_element_selector.py
jimuflow/gui/components/web_relative_xpath_editor.py
jimuflow/gui/components/web_xpath_editor.py
jimuflow/gui/components/window_class_editor.py
jimuflow/gui/components/window_element_property_editor.py
jimuflow/gui/components/window_element_selector.py
jimuflow/gui/components/window_position_editor.py
jimuflow/gui/components/window_relative_xpath_editor.py
jimuflow/gui/components/window_size_editor.py
jimuflow/gui/components/window_title_editor.py
jimuflow/locales/__init__.py
jimuflow/locales/babel_extractors.py
jimuflow/locales/i18n.py
jimuflow/locales/settings.py
jimuflow/locales/zh_CN/LC_MESSAGES/messages.mo
jimuflow/packages/core/AddPrefixOrSuffix.comp.json
jimuflow/packages/core/Break.comp.json
jimuflow/packages/core/ChangeTextCase.comp.json
jimuflow/packages/core/CheckProcess.comp.json
jimuflow/packages/core/ClearFolder.comp.json
jimuflow/packages/core/CompressFile.comp.json
jimuflow/packages/core/Continue.comp.json
jimuflow/packages/core/CopyFile.comp.json
jimuflow/packages/core/CopyFolder.comp.json
jimuflow/packages/core/CreateDate.comp.json
jimuflow/packages/core/CreateDateTime.comp.json
jimuflow/packages/core/CreateDict.comp.json
jimuflow/packages/core/CreateFolder.comp.json
jimuflow/packages/core/CreateList.comp.json
jimuflow/packages/core/CreateTime.comp.json
jimuflow/packages/core/DecompressFile.comp.json
jimuflow/packages/core/DeleteDictKey.comp.json
jimuflow/packages/core/DeleteFile.comp.json
jimuflow/packages/core/DeleteFolder.comp.json
jimuflow/packages/core/DeleteListItem.comp.json
jimuflow/packages/core/DictLoop.comp.json
jimuflow/packages/core/DiffDateTime.comp.json
jimuflow/packages/core/Else.comp.json
jimuflow/packages/core/ElseIf.comp.json
jimuflow/packages/core/ElseIfConditions.comp.json
jimuflow/packages/core/ExecuteCmd.comp.json
jimuflow/packages/core/Exit.comp.json
jimuflow/packages/core/FormatDateTime.comp.json
jimuflow/packages/core/GetClipboardText.comp.json
jimuflow/packages/core/GetFilePathInfo.comp.json
jimuflow/packages/core/If.comp.json
jimuflow/packages/core/IfConditions.comp.json
jimuflow/packages/core/InfiniteLoop.comp.json
jimuflow/packages/core/InsertItemToList.comp.json
jimuflow/packages/core/KillProcess.comp.json
jimuflow/packages/core/LaunchApp.comp.json
jimuflow/packages/core/ListFiles.comp.json
jimuflow/packages/core/ListLoop.comp.json
jimuflow/packages/core/Loop.comp.json
jimuflow/packages/core/MergeList.comp.json
jimuflow/packages/core/MoveFile.comp.json
jimuflow/packages/core/MoveFolder.comp.json
jimuflow/packages/core/NumberToText.comp.json
jimuflow/packages/core/ObjectToJson.comp.json
jimuflow/packages/core/ParseJson.comp.json
jimuflow/packages/core/Print.comp.json
jimuflow/packages/core/RaiseError.comp.json
jimuflow/packages/core/RandomInt.comp.json
jimuflow/packages/core/ReadTextFile.comp.json
jimuflow/packages/core/RegexMatch.comp.json
jimuflow/packages/core/RenameFile.comp.json
jimuflow/packages/core/RenameFolder.comp.json
jimuflow/packages/core/ReplaceText.comp.json
jimuflow/packages/core/Return.comp.json
jimuflow/packages/core/ReverseList.comp.json
jimuflow/packages/core/SetClipboardText.comp.json
jimuflow/packages/core/SetDictKeyValue.comp.json
jimuflow/packages/core/SetVariable.comp.json
jimuflow/packages/core/SliceText.comp.json
jimuflow/packages/core/SortList.comp.json
jimuflow/packages/core/SplitText.comp.json
jimuflow/packages/core/TextToNumber.comp.json
jimuflow/packages/core/TimeWait.comp.json
jimuflow/packages/core/TrimText.comp.json
jimuflow/packages/core/UpdateDateTime.comp.json
jimuflow/packages/core/UpdateListItem.comp.json
jimuflow/packages/core/UrlDecode.comp.json
jimuflow/packages/core/UrlEncode.comp.json
jimuflow/packages/core/While.comp.json
jimuflow/packages/core/WriteTextFile.comp.json
jimuflow/packages/core/jimuflow.json
jimuflow/packages/database/BatchUpdateDatabase.comp.json
jimuflow/packages/database/CloseDatabaseConnection.comp.json
jimuflow/packages/database/ConnectToDatabase.comp.json
jimuflow/packages/database/Database.type.json
jimuflow/packages/database/ExecuteSQL.comp.json
jimuflow/packages/database/QueryDatabase.comp.json
jimuflow/packages/database/jimuflow.json
jimuflow/packages/mouse_keyboard/HoverImage.comp.json
jimuflow/packages/mouse_keyboard/KeyboardInput.comp.json
jimuflow/packages/mouse_keyboard/MouseClick.comp.json
jimuflow/packages/mouse_keyboard/MouseScroll.comp.json
jimuflow/packages/mouse_keyboard/MoveMouse.comp.json
jimuflow/packages/mouse_keyboard/jimuflow.json
jimuflow/packages/others/Http.type.json
jimuflow/packages/others/SendHttpRequest.comp.json
jimuflow/packages/others/jimuflow.json
jimuflow/packages/table/AddTableColumn.comp.json
jimuflow/packages/table/CreateTable.comp.json
jimuflow/packages/table/DeleteTableRow.comp.json
jimuflow/packages/table/ExportTable.comp.json
jimuflow/packages/table/ImportCsvAsTable.comp.json
jimuflow/packages/table/ImportExcelAsTable.comp.json
jimuflow/packages/table/LoopTableRows.comp.json
jimuflow/packages/table/ReadTableData.comp.json
jimuflow/packages/table/WriteTableCell.comp.json
jimuflow/packages/table/WriteTableRow.comp.json
jimuflow/packages/table/jimuflow.json
jimuflow/packages/web_automation/CheckWebContent.comp.json
jimuflow/packages/web_automation/ClearCookies.comp.json
jimuflow/packages/web_automation/ClickToOpenWebPage.comp.json
jimuflow/packages/web_automation/ClickWebElement.comp.json
jimuflow/packages/web_automation/CloseWebPage.comp.json
jimuflow/packages/web_automation/DragWebElement.comp.json
jimuflow/packages/web_automation/EvaluateJsInWebPage.comp.json
jimuflow/packages/web_automation/ExtractWebElement.comp.json
jimuflow/packages/web_automation/ExtractWebPage.comp.json
jimuflow/packages/web_automation/GetCookies.comp.json
jimuflow/packages/web_automation/GetRelativeWebElement.comp.json
jimuflow/packages/web_automation/GetWebPage.comp.json
jimuflow/packages/web_automation/HoverWebElement.comp.json
jimuflow/packages/web_automation/LoopWebElements.comp.json
jimuflow/packages/web_automation/NavigateWebPage.comp.json
jimuflow/packages/web_automation/OpenWebBrowser.comp.json
jimuflow/packages/web_automation/OpenWebPage.comp.json
jimuflow/packages/web_automation/ScreenshotWebElement.comp.json
jimuflow/packages/web_automation/ScrollWebPage.comp.json
jimuflow/packages/web_automation/SetCookies.comp.json
jimuflow/packages/web_automation/SetWebCheckboxValue.comp.json
jimuflow/packages/web_automation/SetWebSelectValue.comp.json
jimuflow/packages/web_automation/WaitWebContent.comp.json
jimuflow/packages/web_automation/WaitWebPageLoad.comp.json
jimuflow/packages/web_automation/WebDownload.comp.json
jimuflow/packages/web_automation/WebInput.comp.json
jimuflow/packages/web_automation/WebPage.type.json
jimuflow/packages/web_automation/WebUpload.comp.json
jimuflow/packages/web_automation/jimuflow.json
jimuflow/packages/windows_automation/ActiveWindow.comp.json
jimuflow/packages/windows_automation/ClickWindowElement.comp.json
jimuflow/packages/windows_automation/CloseWindow.comp.json
jimuflow/packages/windows_automation/DragWindowElement.comp.json
jimuflow/packages/windows_automation/ExtractWindow.comp.json
jimuflow/packages/windows_automation/ExtractWindowElement.comp.json
jimuflow/packages/windows_automation/GetComboBoxItems.comp.json
jimuflow/packages/windows_automation/GetRelativeWindowElement.comp.json
jimuflow/packages/windows_automation/GetWindow.comp.json
jimuflow/packages/windows_automation/HoverWindowElement.comp.json
jimuflow/packages/windows_automation/LoopWindowElements.comp.json
jimuflow/packages/windows_automation/MoveWindow.comp.json
jimuflow/packages/windows_automation/ResizeWindow.comp.json
jimuflow/packages/windows_automation/ScreenshotWindowElement.comp.json
jimuflow/packages/windows_automation/SetCheckboxValue.comp.json
jimuflow/packages/windows_automation/SetComboBoxValue.comp.json
jimuflow/packages/windows_automation/SetWindowState.comp.json
jimuflow/packages/windows_automation/SetWindowVisibility.comp.json
jimuflow/packages/windows_automation/WaitWindowElement.comp.json
jimuflow/packages/windows_automation/WindowInput.comp.json
jimuflow/packages/windows_automation/Windows.type.json
jimuflow/packages/windows_automation/jimuflow.json
jimuflow/resources/stealth.min.js
jimuflow/resources/web_element_capture_postload.js
jimuflow/resources/web_element_capture_preload.js
jimuflow/runtime/__init__.py
jimuflow/runtime/common.py
jimuflow/runtime/execution_engine.py
jimuflow/runtime/expression.py
jimuflow/runtime/log.py
jimuflow/runtime/process_debugger.py