Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdbAutoPlayer/AdbAutoPlayer
/ functions
Functions
1,693 in github.com/AdbAutoPlayer/AdbAutoPlayer
⨍
Functions
1,693
◇
Types & classes
357
↳
Endpoints
51
Method
settings_file_path
Path to the game's TOML settings file.
src-tauri/src-python/adb_auto_player/game/game.py:103
Function
setupExternalLinkHandler
()
src/lib/utils/external-links.ts:29
Function
show_window
(app: AppHandle)
src-tauri/src/window.rs:7
Function
simple_text_image
Create a simple test image with known text.
src-tauri/src-python/tests/ocr/test_tesseract_backend/conftest.py:131
Method
single_pull
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:136
Method
sleep_action
Sleep for the standard action delay.
src-tauri/src-python/adb_auto_player/game/_base.py:236
Method
sleep_action
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:178
Method
sleep_navigation
Sleep for the navigation-transition delay.
src-tauri/src-python/adb_auto_player/game/_base.py:240
Method
sleep_navigation
(self)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:109
Function
startTask
( body: Commands["start_task"]["input"], options?: InvokeOptions )
src/client/apiClient.ts:13
Method
start_battle
(self, self_param=None)
src-tauri/src-python/tests/utils/dummy_game.py:6
Method
start_game
Start game.
src-tauri/src-python/adb_auto_player/device/adb/adb_controller.py:107
Method
start_up
Give the bot eyes.
src-tauri/src-python/adb_auto_player/games/afk_journey/base.py:82
Method
start_up
(self, device_streaming: bool = True)
src-tauri/src-python/adb_auto_player/games/afk_journey/mixins/_guild_scan_setup.py:35
Method
start_up
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:112
Function
stopTask
( body: Commands["stop_task"]["input"], options?: InvokeOptions )
src/client/apiClient.ts:20
Method
stop_condition
()
src-tauri/src-python/adb_auto_player/games/afk_journey/navigation.py:353
Method
stop_stream
(self)
src-tauri/src-python/tests/utils/dummy_game.py:10
Function
stop_task
( app_handle: AppHandle, body: ProfileContext, )
src-tauri/src-python/adb_auto_player/__main__.py:336
Function
summary_callback
(msg: str | None)
src-tauri/src-python/adb_auto_player/__main__.py:207
Method
swap_essences
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:142
Method
swipe
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
Method
swipe_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
Method
swipe_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
Method
swipe_up
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:67
Method
swipe_up
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:106
Method
tap
(self, *args, **kwargs)
src-tauri/src-python/adb_auto_player/games/afk_journey/mixins/_guild_scan_setup.py:39
Method
tap
Fast tap using a single batch command.
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_touch.py:63
Method
tap
Tap. Args: x: x coordinate y: y coordinate
src-tauri/src-python/adb_auto_player/device/adb/adb_device.py:63
Method
tap
( self, coordinates: Coordinates, scale: bool = False, blocking: bool = True,
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:47
Method
tap
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:94
Function
tauri_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
Method
template_dir
Directory containing the game's template images.
src-tauri/src-python/adb_auto_player/game/_base.py:86
Method
template_dir
Directory containing the game's template images.
src-tauri/src-python/adb_auto_player/game/game.py:116
Method
template_dir
Mocked method.
src-tauri/src-python/tests/test_game.py:38
Method
template_dir
(self)
src-tauri/src-python/tests/games/afk_journey/test_popup_handler_full.py:40
Method
template_dir
(self)
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:41
Method
template_dir
(self)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:84
Method
template_dir
(self)
src-tauri/src-python/tests/ocr/test_popup_handler_ocr.py:24
Method
template_timeout
Global template-wait timeout from app settings.
src-tauri/src-python/adb_auto_player/game/_base.py:68
Method
template_timeout
Global template-wait timeout from app settings.
src-tauri/src-python/adb_auto_player/game/game.py:81
Function
tesseract_backend
Create a TesseractBackend instance for testing.
src-tauri/src-python/tests/ocr/test_tesseract_backend/conftest.py:124
Method
tesseract_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
Method
test_adb_settings_real_data
(self)
src-tauri/src-python/tests/utils/test_settings_loader.py:22
Method
test_add
(self)
src-tauri/src-python/tests/models/geometry/test_point.py:71
Method
test_all_caps
(self)
src-tauri/src-python/tests/utils/string_helper/test_snake_to_pascal.py:17
Method
test_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
Method
test_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
Method
test_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
Method
test_all_pixels_valid
Test all pixel values.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_complex_scenarios.py:16
Method
test_arena_battle_coverage
Cover _battle including handle_popup_messages call.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:97
Method
test_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
Method
test_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
Method
test_arena_enter_arena_error_coverage
Cover enter_arena timeout error.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:122
Function
test_assist_synergy_corrupt_creature
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:267
Method
test_asymmetric_crop
Test cropping different amounts from different sides.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:132
Method
test_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
Method
test_basic_snake_case
(self)
src-tauri/src-python/tests/utils/string_helper/test_snake_to_pascal.py:2
Method
test_boolean
(self)
src-tauri/src-python/tests/models/test_confidence_value.py:152
Method
test_both_cpu_and_cuda_prefers_cuda
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:506
Method
test_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
Method
test_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
Method
test_boundary_percentage_values
Test boundary percentage values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_edge_cases.py:34
Method
test_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
Method
test_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
Method
test_buffer_overflow_protection
Test that large buffers are truncated to prevent memory issues.
src-tauri/src-python/tests/test_device_stream.py:97
Method
test_cache_hit
Test that calling sanitize_path twice hits the cache.
src-tauri/src-python/tests/utils/string_helper/test_sanitize_path.py:66
Method
test_checkered_pattern_verification
Test with checkered pattern to verify correct cropping.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:223
Function
test_claim_dailies
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:274
Function
test_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
Function
test_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
Function
test_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
Method
test_close
Test the close method (coverage only).
src-tauri/src-python/tests/ocr/test_rapidocr_backend.py:130
Method
test_comprehensive_equivalence
Test that all equivalent representations are truly equal.
src-tauri/src-python/tests/models/test_confidence_value.py:265
Method
test_confirm_notices_coverage
Cover _confirm_notices success path.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:160
Method
test_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
Method
test_contains
(self)
src-tauri/src-python/tests/models/geometry/test_box.py:49
Method
test_conversion_methods
Test conversion methods.
src-tauri/src-python/tests/models/test_confidence_value.py:62
Method
test_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
Method
test_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
Method
test_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
Method
test_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
Method
test_cpu_only
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:499
Method
test_create_critical_log_message
Test creating a CRITICAL/FATAL level log message.
src-tauri/src-python/tests/utils/test_log_message_factory.py:108
Method
test_create_debug_log_message
Test creating a DEBUG level log message.
src-tauri/src-python/tests/utils/test_log_message_factory.py:19
Method
test_create_error_log_message
Test creating an ERROR level log message.
src-tauri/src-python/tests/utils/test_log_message_factory.py:87
Method
test_create_info_log_message
Test creating an INFO level log message.
src-tauri/src-python/tests/utils/test_log_message_factory.py:45
Method
test_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
Method
test_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
Method
test_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
Method
test_create_warning_log_message
Test creating a WARNING level log message.
src-tauri/src-python/tests/utils/test_log_message_factory.py:66
Method
test_creation
(self, match_result, sample_box, sample_confidence)
src-tauri/src-python/tests/models/template_matching/test_match_result.py:20
Method
test_crop_result_properties
Test that CropResult has correct properties.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:281
Method
test_cuda_only
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:492
Method
test_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
Method
test_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
Method
test_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
Method
test_decimal_precision
Test decimal precision handling.
src-tauri/src-python/tests/models/test_confidence_value.py:242
Method
test_default_init
Test initialization with default values.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_init.py:7
Method
test_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
← previous
next →
1,101–1,200 of 1,693, ranked by callers