MCPcopy Create free account

hub / github.com/AdbAutoPlayer/AdbAutoPlayer / functions

Functions1,693 in github.com/AdbAutoPlayer/AdbAutoPlayer

Methodsettings_file_path
Path to the game's TOML settings file.
src-tauri/src-python/adb_auto_player/game/game.py:103
FunctionsetupExternalLinkHandler
()
src/lib/utils/external-links.ts:29
Functionshow_window
(app: AppHandle)
src-tauri/src/window.rs:7
Functionsimple_text_image
Create a simple test image with known text.
src-tauri/src-python/tests/ocr/test_tesseract_backend/conftest.py:131
Methodsingle_pull
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:136
Methodsleep_action
Sleep for the standard action delay.
src-tauri/src-python/adb_auto_player/game/_base.py:236
Methodsleep_action
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:178
Methodsleep_navigation
Sleep for the navigation-transition delay.
src-tauri/src-python/adb_auto_player/game/_base.py:240
Methodsleep_navigation
(self)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:109
FunctionstartTask
( body: Commands["start_task"]["input"], options?: InvokeOptions )
src/client/apiClient.ts:13
Methodstart_battle
(self, self_param=None)
src-tauri/src-python/tests/utils/dummy_game.py:6
Methodstart_game
Start game.
src-tauri/src-python/adb_auto_player/device/adb/adb_controller.py:107
Methodstart_up
Give the bot eyes.
src-tauri/src-python/adb_auto_player/games/afk_journey/base.py:82
Methodstart_up
(self, device_streaming: bool = True)
src-tauri/src-python/adb_auto_player/games/afk_journey/mixins/_guild_scan_setup.py:35
Methodstart_up
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:112
FunctionstopTask
( body: Commands["stop_task"]["input"], options?: InvokeOptions )
src/client/apiClient.ts:20
Methodstop_condition
()
src-tauri/src-python/adb_auto_player/games/afk_journey/navigation.py:353
Methodstop_stream
(self)
src-tauri/src-python/tests/utils/dummy_game.py:10
Functionstop_task
( app_handle: AppHandle, body: ProfileContext, )
src-tauri/src-python/adb_auto_player/__main__.py:336
Functionsummary_callback
(msg: str | None)
src-tauri/src-python/adb_auto_player/__main__.py:207
Methodswap_essences
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:142
Methodswipe
Swipes the screen. Args: start_point: Start Point on the screen. end_point: End Point on the screen. dura
src-tauri/src-python/adb_auto_player/device/adb/adb_controller.py:157
Methodswipe_left
Perform a horizontal swipe from right to left. Args: y (int, optional): Y-coordinate. Defaults to vertical center. sx
src-tauri/src-python/adb_auto_player/game/_input_mixin.py:155
Methodswipe_up
Perform a vertical swipe from bottom to top. Args: x (int, optional): X-coordinate. Defaults to horizontal center. sy
src-tauri/src-python/adb_auto_player/game/_input_mixin.py:115
Methodswipe_up
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:67
Methodswipe_up
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:106
Methodtap
(self, *args, **kwargs)
src-tauri/src-python/adb_auto_player/games/afk_journey/mixins/_guild_scan_setup.py:39
Methodtap
Fast tap using a single batch command.
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_touch.py:63
Methodtap
Tap. Args: x: x coordinate y: y coordinate
src-tauri/src-python/adb_auto_player/device/adb/adb_device.py:63
Methodtap
( self, coordinates: Coordinates, scale: bool = False, blocking: bool = True,
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:47
Methodtap
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:94
Functiontauri_profile_aware_command
Combines @commands.command() and context handling. The decorated function should have `app_handle: AppHandle` as the first argument.
src-tauri/src-python/adb_auto_player/__main__.py:92
Methodtemplate_dir
Directory containing the game's template images.
src-tauri/src-python/adb_auto_player/game/_base.py:86
Methodtemplate_dir
Directory containing the game's template images.
src-tauri/src-python/adb_auto_player/game/game.py:116
Methodtemplate_dir
Mocked method.
src-tauri/src-python/tests/test_game.py:38
Methodtemplate_dir
(self)
src-tauri/src-python/tests/games/afk_journey/test_popup_handler_full.py:40
Methodtemplate_dir
(self)
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:41
Methodtemplate_dir
(self)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:84
Methodtemplate_dir
(self)
src-tauri/src-python/tests/ocr/test_popup_handler_ocr.py:24
Methodtemplate_timeout
Global template-wait timeout from app settings.
src-tauri/src-python/adb_auto_player/game/_base.py:68
Methodtemplate_timeout
Global template-wait timeout from app settings.
src-tauri/src-python/adb_auto_player/game/game.py:81
Functiontesseract_backend
Create a TesseractBackend instance for testing.
src-tauri/src-python/tests/ocr/test_tesseract_backend/conftest.py:124
Methodtesseract_format
Get ConfidenceValue in Tesseract's expected format (0.0-100.0). Returns: ConfidenceValue in Tesseract format
src-tauri/src-python/adb_auto_player/models/confidence_value.py:49
Methodtest_adb_settings_real_data
(self)
src-tauri/src-python/tests/utils/test_settings_loader.py:22
Methodtest_add
(self)
src-tauri/src-python/tests/models/geometry/test_point.py:71
Methodtest_all_caps
(self)
src-tauri/src-python/tests/utils/string_helper/test_snake_to_pascal.py:17
Methodtest_all_matches_far_apart
Test that all matches far apart are kept.
src-tauri/src-python/tests/template_matching/test_template_matching_suppress_close_matches.py:30
Methodtest_all_methods_return_consistent_types
Test that all detection methods return consistent types.
src-tauri/src-python/tests/ocr/test_tesseract_backend/test_tesseract_backend_integration.py:10
Methodtest_all_percentages_valid
Test all percentage values that are valid.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_complex_scenarios.py:8
Methodtest_all_pixels_valid
Test all pixel values.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_complex_scenarios.py:16
Methodtest_arena_battle_coverage
Cover _battle including handle_popup_messages call.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:97
Methodtest_arena_choose_opponent_coverage
Cover _choose_opponent including handle_popup_messages call.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:92
Methodtest_arena_claim_free_attempt_fail_coverage
Cover the return False in _claim_free_attempt.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:102
Methodtest_arena_enter_arena_error_coverage
Cover enter_arena timeout error.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:122
Functiontest_assist_synergy_corrupt_creature
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:267
Methodtest_asymmetric_crop
Test cropping different amounts from different sides.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:132
Methodtest_attributes_are_crop_values
Test that all attributes are CropValue instances.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_edge_cases.py:53
Methodtest_basic_snake_case
(self)
src-tauri/src-python/tests/utils/string_helper/test_snake_to_pascal.py:2
Methodtest_boolean
(self)
src-tauri/src-python/tests/models/test_confidence_value.py:152
Methodtest_both_cpu_and_cuda_prefers_cuda
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:506
Methodtest_both_files_cached_skips_download
Both config.json and weight index cached → snapshot_download not called.
src-tauri/src-python/tests/ocr/test_qwen2vl_backend.py:29
Methodtest_boundary_percentage_validation
Test boundary conditions for percentage validation.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_complex_scenarios.py:36
Methodtest_boundary_percentage_values
Test boundary percentage values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_edge_cases.py:34
Methodtest_branch_coverage_substring
Ensure both branches of the exact substring match check are exercised.
src-tauri/src-python/tests/utils/string_helper/test_fuzzy_substring_match.py:41
Methodtest_buffer_overflow_and_exception
Test buffer cleanup when an exception occurs with a large buffer.
src-tauri/src-python/tests/test_device_stream.py:118
Methodtest_buffer_overflow_protection
Test that large buffers are truncated to prevent memory issues.
src-tauri/src-python/tests/test_device_stream.py:97
Methodtest_cache_hit
Test that calling sanitize_path twice hits the cache.
src-tauri/src-python/tests/utils/string_helper/test_sanitize_path.py:66
Methodtest_checkered_pattern_verification
Test with checkered pattern to verify correct cropping.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:223
Functiontest_claim_dailies
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:274
Functiontest_claim_friend_rewards_already_claimed
Cover else-branch: send_receive not found → log already claimed, then back.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:570
Functiontest_claim_friend_rewards_back_button_found
Cover self.tap(back) path when back.png template is found.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:581
Functiontest_claim_friend_rewards_send_receive_found
Cover if-branch: send_receive found → sleep, tap to close, then back.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:559
Methodtest_close
Test the close method (coverage only).
src-tauri/src-python/tests/ocr/test_rapidocr_backend.py:130
Methodtest_comprehensive_equivalence
Test that all equivalent representations are truly equal.
src-tauri/src-python/tests/models/test_confidence_value.py:265
Methodtest_confirm_notices_coverage
Cover _confirm_notices success path.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:160
Methodtest_confirm_on_popup_hold_coverage
Cover _handle_popup_button with hold_to_confirm=True.
src-tauri/src-python/tests/games/afk_journey/test_popup_handler_full.py:161
Methodtest_contains
(self)
src-tauri/src-python/tests/models/geometry/test_box.py:49
Methodtest_conversion_methods
Test conversion methods.
src-tauri/src-python/tests/models/test_confidence_value.py:62
Methodtest_convert_menu_item_to_menu_option_basic
Test basic conversion of MenuItem to MenuOption.
src-tauri/src-python/tests/utils/test_ipc_model_converter.py:13
Methodtest_convert_menu_item_to_menu_option_not_display_in_gui
Test conversion returns None when display_in_gui is False.
src-tauri/src-python/tests/utils/test_ipc_model_converter.py:35
Methodtest_convert_menu_item_to_menu_option_with_empty_args
Test conversion with None args.
src-tauri/src-python/tests/utils/test_ipc_model_converter.py:46
Methodtest_convert_menu_item_to_menu_option_with_translation
Test conversion with customizable label.
src-tauri/src-python/tests/utils/test_ipc_model_converter.py:59
Methodtest_cpu_only
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:499
Methodtest_create_critical_log_message
Test creating a CRITICAL/FATAL level log message.
src-tauri/src-python/tests/utils/test_log_message_factory.py:108
Methodtest_create_debug_log_message
Test creating a DEBUG level log message.
src-tauri/src-python/tests/utils/test_log_message_factory.py:19
Methodtest_create_error_log_message
Test creating an ERROR level log message.
src-tauri/src-python/tests/utils/test_log_message_factory.py:87
Methodtest_create_info_log_message
Test creating an INFO level log message.
src-tauri/src-python/tests/utils/test_log_message_factory.py:45
Methodtest_create_log_message_with_custom_message
Test creating a log message with custom message.
src-tauri/src-python/tests/utils/test_log_message_factory.py:129
Methodtest_create_log_message_with_html_class
Test creating a log message with HTML class.
src-tauri/src-python/tests/utils/test_log_message_factory.py:152
Methodtest_create_log_message_with_unknown_level
Test creating a log message with unknown log level.
src-tauri/src-python/tests/utils/test_log_message_factory.py:173
Methodtest_create_warning_log_message
Test creating a WARNING level log message.
src-tauri/src-python/tests/utils/test_log_message_factory.py:66
Methodtest_creation
(self, match_result, sample_box, sample_confidence)
src-tauri/src-python/tests/models/template_matching/test_match_result.py:20
Methodtest_crop_result_properties
Test that CropResult has correct properties.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:281
Methodtest_cuda_only
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:492
Methodtest_cyrillic_name_with_rank_included
ОпасныйПоцык at rank 29 must appear in output.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:53
Methodtest_decimal_pixels_error
Test that decimal pixel values raise ValueError.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_validation.py:65
Methodtest_decimal_pixels_error
Test that decimal pixel values raise errors.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_invalid_input.py:22
Methodtest_decimal_precision
Test decimal precision handling.
src-tauri/src-python/tests/models/test_confidence_value.py:242
Methodtest_default_init
Test initialization with default values.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_init.py:7
Methodtest_detect_text_basic
Test basic text detection with bounding boxes.
src-tauri/src-python/tests/ocr/test_tesseract_backend/test_tesseract_backend_detect_text.py:10
← previousnext →1,101–1,200 of 1,693, ranked by callers