Appium-Python-Client 5.2.3__tar.gz → 5.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- appium_python_client-5.2.5/.github/actions/setup-appium-server/action.yml +65 -0
- appium_python_client-5.2.5/.github/dependabot.yml +17 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/.github/workflows/functional-test.yml +154 -78
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/.github/workflows/lock-update.yml +3 -3
- appium_python_client-5.2.5/.github/workflows/pr-title.yml +10 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/.github/workflows/unit-test.yml +12 -3
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/CHANGELOG.md +101 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/Makefile +1 -1
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/PKG-INFO +1 -1
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/base.py +3 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/base.py +4 -0
- appium_python_client-5.2.5/appium/options/ios/xcuitest/wda/prebuilt_wda_path_option.py +39 -0
- appium_python_client-5.2.5/appium/options/ios/xcuitest/wda/use_preinstalled_wda_option.py +40 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/images_comparison.py +4 -1
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/screen_record.py +2 -2
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/webdriver.py +1 -1
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/pyproject.toml +5 -5
- appium_python_client-5.2.5/uv.lock +2315 -0
- appium_python_client-5.2.3/.github/dependabot.yml +0 -8
- appium_python_client-5.2.3/.github/workflows/pr-title.yml +0 -16
- appium_python_client-5.2.3/uv.lock +0 -1697
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/.github/issue_template.md +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/.gitignore +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/.pre-commit-config.yaml +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/.ruff.toml +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/LICENSE +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/MANIFEST.in +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/README.md +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/common/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/common/exceptions.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/common/helper.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/common/logger.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/adb_exec_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/adb_port_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/allow_delay_adb_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/build_tools_version_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/clear_device_logs_on_start_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/ignore_hidden_api_policy_error_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/logcat_filter_specs_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/logcat_format_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/mock_location_app_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/remote_adb_host_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/skip_logcat_capture_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/adb/suppress_kill_server_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/allow_test_packages_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/android_install_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/app_activity_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/app_package_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/app_wait_activity_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/app_wait_duration_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/app_wait_for_launch_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/app_wait_package_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/auto_grant_premissions_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/enforce_app_install_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/intent_action_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/intent_category_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/intent_flags_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/optional_intent_arguments_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/remote_apps_cache_limit_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/app/uninstall_other_packages_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/avd/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/avd/avd_args_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/avd/avd_env_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/avd/avd_launch_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/avd/avd_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/avd/avd_ready_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/avd/gps_enabled_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/avd/network_speed_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/auto_webview_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/chrome_logging_prefs_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/chrome_options_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/chromedriver_args_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/chromedriver_chrome_mapping_file_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/chromedriver_disable_build_check_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/chromedriver_executable_dir_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/chromedriver_executable_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/chromedriver_port_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/chromedriver_ports_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/chromedriver_use_system_executable_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/ensure_webviews_have_pages_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/extract_chrome_android_package_from_context_name_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/native_web_screenshot_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/recreate_chrome_driver_sessions_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/show_chromedriver_log_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/context/webview_devtools_port_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/localization/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/localization/locale_script_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/locking/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/locking/skip_unlock_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/locking/unlock_key_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/locking/unlock_strategy_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/locking/unlock_success_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/locking/unlock_type_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/mjpeg/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/mjpeg/mjpeg_screenshot_url_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/other/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/other/disable_suppress_accessibility_service_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/other/user_profile_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/signing/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/signing/key_alias_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/signing/key_password_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/signing/keystore_password_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/signing/keystore_path_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/signing/no_sign_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/common/signing/use_keystore_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/espresso/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/espresso/activity_options_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/espresso/app_locale_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/espresso/base.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/espresso/espresso_build_config_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/espresso/espresso_server_launch_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/espresso/force_espresso_rebuild_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/espresso/intent_options_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/espresso/show_gradle_log_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/uiautomator2/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/uiautomator2/base.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/uiautomator2/disable_window_animation_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/uiautomator2/mjpeg_server_port_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/uiautomator2/skip_device_initialization_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/uiautomator2/skip_server_installation_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/uiautomator2/uiautomator2_server_install_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/uiautomator2/uiautomator2_server_launch_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/android/uiautomator2/uiautomator2_server_read_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/app_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/auto_web_view_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/automation_name_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/browser_name_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/bundle_id_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/clear_system_files_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/device_name_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/enable_performance_logging_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/event_timings_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/full_reset_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/is_headless_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/language_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/locale_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/new_command_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/no_reset_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/orientation_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/other_apps_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/platform_version_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/postrun_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/prerun_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/print_page_source_on_find_failure_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/skip_log_capture_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/supports_capabilities.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/system_host_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/system_port_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/common/udid_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/flutter_integration/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/flutter_integration/base.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/flutter_integration/flutter_element_wait_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/flutter_integration/flutter_enable_mock_camera_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/flutter_integration/flutter_server_launch_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/flutter_integration/flutter_system_port_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/gecko/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/gecko/android_storage_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/gecko/base.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/gecko/firefox_options_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/gecko/marionette_port_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/gecko/verbosity_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/safari/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/safari/automatic_inspection_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/safari/automatic_profiling_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/safari/base.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/safari/device_name_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/safari/device_type_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/safari/device_udid_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/safari/platform_build_version_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/safari/platform_version_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/safari/use_simulator_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/safari/webkit_webrtc_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/app/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/app/app_install_strategy_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/app/app_push_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/app/localizable_strings_dir_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/general/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/general/include_device_caps_to_session_info_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/general/reset_location_service_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/other/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/other/command_timeouts_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/other/launch_with_idb_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/other/show_ios_log_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/other/use_json_source_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/calendar_access_authorized_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/calendar_format_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/connect_hardware_keyboard_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/custom_ssl_cert_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/enforce_fresh_simulator_creation_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/force_simulator_software_keyboard_presence_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/ios_simulator_logs_predicate_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/keep_key_chains_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/keychains_exclude_patterns_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/permissions_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/reduce_motion_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/reset_on_session_start_only_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/scale_factor_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/shutdown_other_simulators_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/simulator_devices_set_path_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/simulator_pasteboard_automatic_sync_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/simulator_startup_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/simulator_trace_pointer_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/simulator/simulator_window_center_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/allow_provisioning_device_regitration_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/auto_accept_alerts_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/auto_disimiss_alerts_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/derived_data_path_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/disable_automatic_screenshots_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/force_app_launch_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/keychain_password_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/keychain_path_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/max_typing_frequency_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/mjpeg_server_port_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/process_arguments_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/result_bundle_path_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/screenshot_quality_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/should_terminate_app_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/should_use_singleton_test_manager_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/show_xcode_log_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/simple_is_visible_check_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/updated_wda_bundle_id_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/use_native_caching_strategy_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/use_new_wda_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/use_prebuilt_wda_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/use_simple_build_test_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/use_xctestrun_file_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/wait_for_idle_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/wait_for_quiescence_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/wda_base_url_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/wda_connection_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/wda_eventloop_idle_delay_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/wda_launch_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/wda_local_port_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/wda_startup_retries_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/wda_startup_retry_interval_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/web_driver_agent_url_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/xcode_org_id_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/wda/xcode_signing_id_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/absolute_web_locations_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/additional_webview_bundle_ids_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/enable_async_execute_from_https_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/full_context_list_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/include_safari_in_webviews_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/native_web_tap_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/safari_garbage_collect_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/safari_ignore_fraud_warning_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/safari_ignore_web_hostnames_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/safari_initial_url_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/safari_log_all_communication_hex_dump_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/safari_log_all_communication_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/safari_open_links_in_background_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/safari_socket_chunk_size_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/safari_web_inspector_max_frame_length_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/webkit_response_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/webview_connect_retries_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/ios/xcuitest/webview/webview_connect_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/mac/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/mac/mac2/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/mac/mac2/app_path_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/mac/mac2/arguments_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/mac/mac2/base.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/mac/mac2/bootstrap_root_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/mac/mac2/environment_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/mac/mac2/server_startup_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/mac/mac2/show_server_logs_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/mac/mac2/skip_app_kill_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/mac/mac2/web_driver_agent_mac_url_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/windows/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/windows/windows/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/windows/windows/app_arguments_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/windows/windows/app_top_level_window_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/windows/windows/app_working_dir_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/windows/windows/base.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/windows/windows/create_session_timeout_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/windows/windows/expreimental_web_driver_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/options/windows/windows/wait_for_app_launch_option.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/protocols/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/protocols/webdriver/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/protocols/webdriver/can_execute_commands.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/protocols/webdriver/can_execute_scripts.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/protocols/webdriver/can_find_elements.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/protocols/webdriver/can_remember_extension_presence.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/py.typed +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/version.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/appium_connection.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/appium_service.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/applicationstate.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/client_config.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/clipboard_content_type.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/command_method.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/common/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/common/appiumby.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/connectiontype.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/errorhandler.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/action_helpers.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/android/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/android/activities.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/android/common.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/android/display.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/android/gsm.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/android/nativekey.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/android/network.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/android/performance.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/android/power.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/android/sms.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/android/system_bars.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/applications.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/clipboard.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/context.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/device_time.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/execute_driver.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/execute_mobile_command.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/flutter_integration/__init__.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/flutter_integration/flutter_commands.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/flutter_integration/flutter_finder.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/flutter_integration/scroll_directions.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/hw_actions.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/keyboard.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/location.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/log_event.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/logs.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/remote_fs.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/session.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/extensions/settings.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/locator_converter.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/mobilecommand.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/switch_to.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/appium/webdriver/webelement.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/docs/Makefile +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/docs/README.md +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/docs/conf.py +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/docs/generate.sh +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/docs/index.rst +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/docs/make.bat +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/docs/webdriver.common.rst +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/docs/webdriver.extensions.android.rst +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/docs/webdriver.extensions.flutter_integration.rst +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/docs/webdriver.extensions.rst +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/docs/webdriver.rst +0 -0
- {appium_python_client-5.2.3 → appium_python_client-5.2.5}/setup.py +0 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
name: 'Start Appium Server'
|
|
2
|
+
description: 'Start Appium server with configurable arguments and wait for startup'
|
|
3
|
+
|
|
4
|
+
inputs:
|
|
5
|
+
port:
|
|
6
|
+
description: 'Appium server port'
|
|
7
|
+
required: false
|
|
8
|
+
default: '4723'
|
|
9
|
+
host:
|
|
10
|
+
description: 'Appium server host'
|
|
11
|
+
required: false
|
|
12
|
+
default: '127.0.0.1'
|
|
13
|
+
timeout:
|
|
14
|
+
description: 'Timeout in seconds to wait for server startup'
|
|
15
|
+
required: false
|
|
16
|
+
default: '25'
|
|
17
|
+
server_args:
|
|
18
|
+
description: 'Additional server arguments (space-separated)'
|
|
19
|
+
required: false
|
|
20
|
+
default: ''
|
|
21
|
+
log_file:
|
|
22
|
+
description: 'Log file name'
|
|
23
|
+
required: false
|
|
24
|
+
default: 'appium.log'
|
|
25
|
+
|
|
26
|
+
runs:
|
|
27
|
+
using: 'composite'
|
|
28
|
+
steps:
|
|
29
|
+
- name: Start Appium server
|
|
30
|
+
shell: bash
|
|
31
|
+
run: |
|
|
32
|
+
nohup appium server \
|
|
33
|
+
--port=${{ inputs.port }} \
|
|
34
|
+
--address=${{ inputs.host }} \
|
|
35
|
+
--log-no-colors \
|
|
36
|
+
--log-timestamp \
|
|
37
|
+
--keep-alive-timeout 1200 \
|
|
38
|
+
${{ inputs.server_args }} \
|
|
39
|
+
2>&1 > ${{ inputs.log_file }} &
|
|
40
|
+
|
|
41
|
+
- name: Wait for Appium server to start
|
|
42
|
+
shell: bash
|
|
43
|
+
run: |
|
|
44
|
+
TIMEOUT_SEC=${{ inputs.timeout }}
|
|
45
|
+
INTERVAL_SEC=1
|
|
46
|
+
|
|
47
|
+
start_time=$(date +%s)
|
|
48
|
+
while true; do
|
|
49
|
+
current_time=$(date +%s)
|
|
50
|
+
elapsed=$((current_time - start_time))
|
|
51
|
+
|
|
52
|
+
if nc -z ${{ inputs.host }} ${{ inputs.port }}; then
|
|
53
|
+
echo "Appium server is running after $elapsed seconds"
|
|
54
|
+
cat ${{ inputs.log_file }}
|
|
55
|
+
exit 0
|
|
56
|
+
fi
|
|
57
|
+
|
|
58
|
+
if [[ "$elapsed" -ge "$TIMEOUT_SEC" ]]; then
|
|
59
|
+
echo "${elapsed} seconds timeout reached: Appium server is NOT running"
|
|
60
|
+
exit 1
|
|
61
|
+
fi
|
|
62
|
+
|
|
63
|
+
echo "Waiting $elapsed seconds for Appium server to start..."
|
|
64
|
+
sleep "$INTERVAL_SEC"
|
|
65
|
+
done
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
version: 2
|
|
2
|
+
updates:
|
|
3
|
+
- package-ecosystem: uv
|
|
4
|
+
directory: "/"
|
|
5
|
+
schedule:
|
|
6
|
+
interval: daily
|
|
7
|
+
time: "11:00"
|
|
8
|
+
open-pull-requests-limit: 10
|
|
9
|
+
- package-ecosystem: github-actions
|
|
10
|
+
directory: "/"
|
|
11
|
+
schedule:
|
|
12
|
+
interval: weekly
|
|
13
|
+
time: "11:00"
|
|
14
|
+
open-pull-requests-limit: 10
|
|
15
|
+
commit-message:
|
|
16
|
+
prefix: "ci"
|
|
17
|
+
include: "scope"
|
{appium_python_client-5.2.3 → appium_python_client-5.2.5}/.github/workflows/functional-test.yml
RENAMED
|
@@ -3,8 +3,6 @@ name: Functional Tests
|
|
|
3
3
|
on:
|
|
4
4
|
# Run by manual at this time
|
|
5
5
|
workflow_dispatch:
|
|
6
|
-
push:
|
|
7
|
-
branches: [ master ]
|
|
8
6
|
pull_request:
|
|
9
7
|
branches: [ master ]
|
|
10
8
|
|
|
@@ -12,6 +10,11 @@ concurrency:
|
|
|
12
10
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
13
11
|
cancel-in-progress: true
|
|
14
12
|
|
|
13
|
+
env:
|
|
14
|
+
APPIUM_TEST_SERVER_PORT: '4723'
|
|
15
|
+
APPIUM_TEST_SERVER_HOST: '127.0.0.1'
|
|
16
|
+
PYTHONUNBUFFERED: 1
|
|
17
|
+
|
|
15
18
|
jobs:
|
|
16
19
|
ios_test:
|
|
17
20
|
strategy:
|
|
@@ -26,15 +29,16 @@ jobs:
|
|
|
26
29
|
# Please make sure the available Xcode versions and iOS versions
|
|
27
30
|
# on the runner images. https://github.com/actions/runner-images
|
|
28
31
|
env:
|
|
29
|
-
XCODE_VERSION: 16.4
|
|
30
|
-
IOS_VERSION: 18.5
|
|
31
|
-
IPHONE_MODEL: iPhone 16 Plus
|
|
32
|
+
XCODE_VERSION: '16.4'
|
|
33
|
+
IOS_VERSION: '18.5'
|
|
34
|
+
IPHONE_MODEL: 'iPhone 16 Plus'
|
|
35
|
+
PREBUILT_WDA_PATH: ${{ github.workspace }}/wda/WebDriverAgentRunner-Runner.app
|
|
32
36
|
|
|
33
37
|
steps:
|
|
34
|
-
- uses: actions/checkout@
|
|
38
|
+
- uses: actions/checkout@v6
|
|
35
39
|
|
|
36
40
|
- name: Install Node.js
|
|
37
|
-
uses: actions/setup-node@
|
|
41
|
+
uses: actions/setup-node@v6
|
|
38
42
|
with:
|
|
39
43
|
node-version: 'lts/*'
|
|
40
44
|
|
|
@@ -42,43 +46,63 @@ jobs:
|
|
|
42
46
|
uses: maxim-lobanov/setup-xcode@v1
|
|
43
47
|
with:
|
|
44
48
|
xcode-version: ${{ env.XCODE_VERSION }}
|
|
45
|
-
- run: defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false
|
|
46
49
|
|
|
47
|
-
-
|
|
50
|
+
- name: Install Appium and drivers
|
|
51
|
+
run: |
|
|
52
|
+
npm install -g appium
|
|
53
|
+
appium driver install xcuitest
|
|
54
|
+
appium driver run xcuitest download-wda-sim --platform=ios --outdir=$(dirname "$PREBUILT_WDA_PATH")
|
|
55
|
+
|
|
56
|
+
- name: Start Appium server
|
|
57
|
+
uses: ./.github/actions/setup-appium-server
|
|
58
|
+
with:
|
|
59
|
+
port: ${{ env.APPIUM_TEST_SERVER_PORT }}
|
|
60
|
+
host: ${{ env.APPIUM_TEST_SERVER_HOST }}
|
|
61
|
+
server_args: '--relaxed-security'
|
|
62
|
+
|
|
63
|
+
- name: Start iOS Simulator UI
|
|
64
|
+
run: |
|
|
65
|
+
defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false
|
|
66
|
+
open -Fn "$(xcode-select --print-path)/Applications/Simulator.app"
|
|
67
|
+
- name: Prepare iOS simulator
|
|
68
|
+
uses: futureware-tech/simulator-action@v4
|
|
48
69
|
with:
|
|
49
|
-
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
|
|
50
70
|
model: ${{ env.IPHONE_MODEL }}
|
|
51
71
|
os_version: ${{ env.IOS_VERSION }}
|
|
72
|
+
wait_for_boot: true
|
|
73
|
+
shutdown_after_job: false
|
|
52
74
|
|
|
53
|
-
|
|
54
|
-
|
|
75
|
+
- name: Finalize iOS simulator boot
|
|
76
|
+
run: xcrun --sdk iphonesimulator --show-sdk-version
|
|
55
77
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
appium driver run xcuitest build-wda --sdk=${{ env.IOS_VERSION }} --name='${{ env.IPHONE_MODEL }}'
|
|
61
|
-
appium plugin install images
|
|
62
|
-
appium plugin install execute-driver
|
|
63
|
-
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log &
|
|
64
|
-
|
|
65
|
-
- run: |
|
|
66
|
-
appium driver run xcuitest download-wda-sim --platform=ios --outdir=${{ github.workspace }}/wda
|
|
67
|
-
name: Downloading prebuilt WDA
|
|
78
|
+
- name: Set up Python
|
|
79
|
+
uses: actions/setup-python@v6
|
|
80
|
+
with:
|
|
81
|
+
python-version: 3.14
|
|
68
82
|
|
|
69
|
-
- name:
|
|
70
|
-
uses: actions/
|
|
83
|
+
- name: Cache uv modules
|
|
84
|
+
uses: actions/cache@v5
|
|
71
85
|
with:
|
|
72
|
-
|
|
86
|
+
path: |
|
|
87
|
+
~/.cache/uv
|
|
88
|
+
.venv
|
|
89
|
+
key: ${{ runner.os }}-uv-shared-${{ hashFiles('**/uv.lock') }}
|
|
90
|
+
restore-keys: |
|
|
91
|
+
${{ runner.os }}-uv-shared-
|
|
73
92
|
|
|
74
93
|
- name: Install uv
|
|
75
94
|
run: make install-uv
|
|
76
95
|
|
|
77
96
|
- name: Run Tests
|
|
78
97
|
run: |
|
|
79
|
-
uv run pytest ${{ matrix.test_targets.target}}
|
|
98
|
+
uv run pytest -v ${{ matrix.test_targets.target}} \
|
|
99
|
+
--doctest-modules \
|
|
100
|
+
--junitxml=junit/test-results.xml \
|
|
101
|
+
--cov=com \
|
|
102
|
+
--cov-report=xml \
|
|
103
|
+
--cov-report=html
|
|
80
104
|
env:
|
|
81
|
-
LOCAL_PREBUILT_WDA: ${{
|
|
105
|
+
LOCAL_PREBUILT_WDA: ${{ env.PREBUILT_WDA_PATH }}
|
|
82
106
|
|
|
83
107
|
- name: Save server output
|
|
84
108
|
if: ${{ always() }}
|
|
@@ -103,25 +127,36 @@ jobs:
|
|
|
103
127
|
ARCH: x86
|
|
104
128
|
|
|
105
129
|
steps:
|
|
106
|
-
- uses: actions/checkout@
|
|
130
|
+
- uses: actions/checkout@v6
|
|
107
131
|
|
|
108
|
-
- uses: actions/setup-java@
|
|
132
|
+
- uses: actions/setup-java@v5
|
|
109
133
|
with:
|
|
110
134
|
distribution: 'temurin'
|
|
111
135
|
java-version: '17'
|
|
112
136
|
|
|
137
|
+
- name: Install ffmpeg
|
|
138
|
+
run: |
|
|
139
|
+
sudo apt-get update
|
|
140
|
+
sudo apt-get install -y ffmpeg
|
|
141
|
+
|
|
113
142
|
- name: Install Node.js
|
|
114
|
-
uses: actions/setup-node@
|
|
143
|
+
uses: actions/setup-node@v6
|
|
115
144
|
with:
|
|
116
145
|
node-version: 'lts/*'
|
|
117
146
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
147
|
+
- name: Install Appium and drivers
|
|
148
|
+
run: |
|
|
149
|
+
npm install -g appium
|
|
121
150
|
appium driver install uiautomator2
|
|
122
151
|
appium driver install espresso
|
|
123
152
|
appium plugin install execute-driver
|
|
124
|
-
|
|
153
|
+
|
|
154
|
+
- name: Start Appium server
|
|
155
|
+
uses: ./.github/actions/setup-appium-server
|
|
156
|
+
with:
|
|
157
|
+
port: ${{ env.APPIUM_TEST_SERVER_PORT }}
|
|
158
|
+
host: ${{ env.APPIUM_TEST_SERVER_HOST }}
|
|
159
|
+
server_args: '--relaxed-security --use-plugins=execute-driver'
|
|
125
160
|
|
|
126
161
|
- name: Enable KVM group perms
|
|
127
162
|
run: |
|
|
@@ -130,14 +165,14 @@ jobs:
|
|
|
130
165
|
sudo udevadm trigger --name-match=kvm
|
|
131
166
|
|
|
132
167
|
- name: AVD cache
|
|
133
|
-
uses: actions/cache@
|
|
168
|
+
uses: actions/cache@v5
|
|
134
169
|
id: avd-cache
|
|
135
170
|
with:
|
|
136
171
|
path: |
|
|
137
172
|
~/.android/avd/*
|
|
138
173
|
~/.android/adb*
|
|
139
174
|
key: avd-${{ env.API_LEVEL }}
|
|
140
|
-
- name:
|
|
175
|
+
- name: Create AVD and generate snapshot for caching
|
|
141
176
|
if: steps.avd-cache.outputs.cache-hit != 'true'
|
|
142
177
|
uses: reactivecircus/android-emulator-runner@v2
|
|
143
178
|
with:
|
|
@@ -149,19 +184,29 @@ jobs:
|
|
|
149
184
|
disable-animations: false
|
|
150
185
|
script: echo "Generated AVD snapshot for caching."
|
|
151
186
|
|
|
152
|
-
- name: Set up Python 3.
|
|
153
|
-
uses: actions/setup-python@
|
|
187
|
+
- name: Set up Python 3.14
|
|
188
|
+
uses: actions/setup-python@v6
|
|
154
189
|
with:
|
|
155
|
-
python-version: 3.
|
|
190
|
+
python-version: 3.14
|
|
156
191
|
|
|
157
|
-
- name:
|
|
192
|
+
- name: Cache uv modules
|
|
193
|
+
uses: actions/cache@v5
|
|
194
|
+
with:
|
|
195
|
+
path: |
|
|
196
|
+
~/.cache/uv
|
|
197
|
+
.venv
|
|
198
|
+
key: ${{ runner.os }}-uv-shared-${{ hashFiles('**/uv.lock') }}
|
|
199
|
+
restore-keys: |
|
|
200
|
+
${{ runner.os }}-uv-shared-
|
|
201
|
+
|
|
202
|
+
- name: Run tests
|
|
158
203
|
uses: reactivecircus/android-emulator-runner@v2
|
|
159
204
|
with:
|
|
160
205
|
api-level: ${{ env.API_LEVEL }}
|
|
161
206
|
arch: ${{ env.ARCH }}
|
|
162
207
|
script: |
|
|
163
208
|
make install-uv
|
|
164
|
-
uv run pytest ${{ matrix.test_targets.target}} --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
|
|
209
|
+
uv run pytest -v ${{ matrix.test_targets.target}} --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
|
|
165
210
|
target: google_apis
|
|
166
211
|
profile: Nexus 5X
|
|
167
212
|
disable-spellchecker: true
|
|
@@ -202,12 +247,13 @@ jobs:
|
|
|
202
247
|
IPHONE_MODEL: iPhone 16
|
|
203
248
|
FLUTTER_ANDROID_APP: "https://github.com/AppiumTestDistribution/appium-flutter-server/releases/latest/download/app-debug.apk"
|
|
204
249
|
FLUTTER_IOS_APP: "https://github.com/AppiumTestDistribution/appium-flutter-server/releases/latest/download/ios.zip"
|
|
250
|
+
PREBUILT_WDA_PATH: ${{ github.workspace }}/wda/WebDriverAgentRunner-Runner.app
|
|
205
251
|
|
|
206
252
|
steps:
|
|
207
253
|
|
|
208
|
-
- uses: actions/checkout@
|
|
254
|
+
- uses: actions/checkout@v6
|
|
209
255
|
|
|
210
|
-
- uses: actions/setup-java@
|
|
256
|
+
- uses: actions/setup-java@v5
|
|
211
257
|
if: matrix.e2e-tests == 'flutter-android'
|
|
212
258
|
with:
|
|
213
259
|
distribution: 'zulu'
|
|
@@ -220,25 +266,54 @@ jobs:
|
|
|
220
266
|
sudo udevadm control --reload-rules
|
|
221
267
|
sudo udevadm trigger --name-match=kvm
|
|
222
268
|
|
|
223
|
-
- name: Set up Python 3.
|
|
224
|
-
uses: actions/setup-python@
|
|
269
|
+
- name: Set up Python 3.14
|
|
270
|
+
uses: actions/setup-python@v6
|
|
225
271
|
with:
|
|
226
|
-
python-version: 3.
|
|
272
|
+
python-version: 3.14
|
|
227
273
|
|
|
228
274
|
- name: Install Node.js
|
|
229
|
-
uses: actions/setup-node@
|
|
275
|
+
uses: actions/setup-node@v6
|
|
230
276
|
with:
|
|
231
277
|
node-version: 'lts/*'
|
|
232
278
|
|
|
233
|
-
- name:
|
|
234
|
-
|
|
279
|
+
- name: Select Xcode
|
|
280
|
+
if: matrix.e2e-tests == 'flutter-ios'
|
|
281
|
+
uses: maxim-lobanov/setup-xcode@v1
|
|
282
|
+
with:
|
|
283
|
+
xcode-version: ${{ env.XCODE_VERSION }}
|
|
235
284
|
|
|
236
|
-
- name: Install
|
|
285
|
+
- name: Install Appium and drivers
|
|
237
286
|
if: matrix.e2e-tests == 'flutter-android'
|
|
238
287
|
run: |
|
|
239
|
-
|
|
288
|
+
npm install --location=global appium
|
|
289
|
+
appium driver install uiautomator2
|
|
240
290
|
appium driver install appium-flutter-integration-driver --source npm
|
|
241
|
-
|
|
291
|
+
|
|
292
|
+
- name: Install Appium and drivers
|
|
293
|
+
if: matrix.e2e-tests == 'flutter-ios'
|
|
294
|
+
run: |
|
|
295
|
+
npm install --location=global appium
|
|
296
|
+
appium driver install xcuitest
|
|
297
|
+
appium driver run xcuitest download-wda-sim --platform=ios --outdir=$(dirname "$PREBUILT_WDA_PATH")
|
|
298
|
+
appium driver install appium-flutter-integration-driver --source npm
|
|
299
|
+
|
|
300
|
+
- name: Start Appium server
|
|
301
|
+
uses: ./.github/actions/setup-appium-server
|
|
302
|
+
with:
|
|
303
|
+
port: ${{ env.APPIUM_TEST_SERVER_PORT }}
|
|
304
|
+
host: ${{ env.APPIUM_TEST_SERVER_HOST }}
|
|
305
|
+
server_args: '--relaxed-security'
|
|
306
|
+
log_file: appium-${{ matrix.e2e-tests }}.log
|
|
307
|
+
|
|
308
|
+
- name: Cache uv modules
|
|
309
|
+
uses: actions/cache@v5
|
|
310
|
+
with:
|
|
311
|
+
path: |
|
|
312
|
+
~/.cache/uv
|
|
313
|
+
.venv
|
|
314
|
+
key: ${{ runner.os }}-uv-shared-${{ hashFiles('**/uv.lock') }}
|
|
315
|
+
restore-keys: |
|
|
316
|
+
${{ runner.os }}-uv-shared-
|
|
242
317
|
|
|
243
318
|
- name: Run Android tests
|
|
244
319
|
if: matrix.e2e-tests == 'flutter-android'
|
|
@@ -247,46 +322,47 @@ jobs:
|
|
|
247
322
|
api-level: ${{ env.API_LEVEL }}
|
|
248
323
|
script: |
|
|
249
324
|
make install-uv
|
|
250
|
-
uv run pytest test/functional/flutter_integration/*_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
|
|
325
|
+
uv run pytest -v test/functional/flutter_integration/*_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
|
|
251
326
|
target: default
|
|
252
327
|
disable-spellchecker: true
|
|
253
328
|
disable-animations: true
|
|
254
329
|
|
|
255
|
-
- name:
|
|
256
|
-
if: always() && matrix.e2e-tests == 'flutter-android'
|
|
257
|
-
uses: actions/upload-artifact@master
|
|
258
|
-
with:
|
|
259
|
-
name: appium-flutter-android.log
|
|
260
|
-
path: appium_flutter_android.log
|
|
261
|
-
|
|
262
|
-
- name: Select Xcode
|
|
330
|
+
- name: Start iOS Simulator UI
|
|
263
331
|
if: matrix.e2e-tests == 'flutter-ios'
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
332
|
+
run: |
|
|
333
|
+
defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false
|
|
334
|
+
open -Fn "$(xcode-select --print-path)/Applications/Simulator.app"
|
|
267
335
|
|
|
268
|
-
- uses: futureware-tech/simulator-action@
|
|
336
|
+
- uses: futureware-tech/simulator-action@v4
|
|
269
337
|
if: matrix.e2e-tests == 'flutter-ios'
|
|
270
338
|
with:
|
|
271
339
|
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
|
|
272
340
|
model: ${{ env.IPHONE_MODEL }}
|
|
273
341
|
os_version: ${{ env.IOS_VERSION }}
|
|
342
|
+
wait_for_boot: true
|
|
343
|
+
shutdown_after_job: false
|
|
274
344
|
|
|
275
|
-
- name:
|
|
345
|
+
- name: Finalize iOS simulator boot
|
|
276
346
|
if: matrix.e2e-tests == 'flutter-ios'
|
|
277
|
-
run:
|
|
278
|
-
|
|
279
|
-
- name: Install IOS drivers and Run Appium
|
|
280
|
-
if: matrix.e2e-tests == 'flutter-ios'
|
|
281
|
-
run: |
|
|
282
|
-
appium driver install xcuitest@9.10.5
|
|
283
|
-
appium driver install appium-flutter-integration-driver --source npm
|
|
284
|
-
appium driver run xcuitest build-wda
|
|
285
|
-
nohup appium --allow-insecure=adb_shell --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium_ios.log &
|
|
347
|
+
run: xcrun --sdk iphonesimulator --show-sdk-version
|
|
286
348
|
|
|
287
349
|
- name: Run IOS tests
|
|
288
350
|
if: matrix.e2e-tests == 'flutter-ios'
|
|
289
351
|
run: |
|
|
290
352
|
make install-uv
|
|
291
353
|
export PLATFORM=ios
|
|
292
|
-
uv run pytest test/functional/flutter_integration/*_test.py
|
|
354
|
+
uv run pytest -v test/functional/flutter_integration/*_test.py \
|
|
355
|
+
--doctest-modules \
|
|
356
|
+
--junitxml=junit/test-results.xml \
|
|
357
|
+
--cov=com \
|
|
358
|
+
--cov-report=xml \
|
|
359
|
+
--cov-report=html
|
|
360
|
+
env:
|
|
361
|
+
LOCAL_PREBUILT_WDA: ${{ env.PREBUILT_WDA_PATH }}
|
|
362
|
+
|
|
363
|
+
- name: Save server output
|
|
364
|
+
if: ${{ always() }}
|
|
365
|
+
uses: actions/upload-artifact@master
|
|
366
|
+
with:
|
|
367
|
+
name: appium-${{ matrix.e2e-tests }}.log
|
|
368
|
+
path: appium-${{ matrix.e2e-tests }}.log
|
|
@@ -15,17 +15,17 @@ jobs:
|
|
|
15
15
|
if: github.actor == 'dependabot[bot]'
|
|
16
16
|
runs-on: ubuntu-latest
|
|
17
17
|
steps:
|
|
18
|
-
- uses: actions/checkout@
|
|
18
|
+
- uses: actions/checkout@v6
|
|
19
19
|
with:
|
|
20
20
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
21
21
|
ref: ${{ github.head_ref }}
|
|
22
22
|
- name: Set up Python
|
|
23
|
-
uses: actions/setup-python@
|
|
23
|
+
uses: actions/setup-python@v6
|
|
24
24
|
with:
|
|
25
25
|
python-version: '3.12'
|
|
26
26
|
- name: Install uv
|
|
27
27
|
run: make install-uv
|
|
28
28
|
- run: uv lock
|
|
29
|
-
- uses: stefanzweifel/git-auto-commit-action@
|
|
29
|
+
- uses: stefanzweifel/git-auto-commit-action@v7
|
|
30
30
|
with:
|
|
31
31
|
commit_message: "chore: Refresh uv.lock"
|
|
@@ -12,13 +12,22 @@ jobs:
|
|
|
12
12
|
runs-on: ubuntu-latest
|
|
13
13
|
strategy:
|
|
14
14
|
matrix:
|
|
15
|
-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
|
15
|
+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
|
|
16
16
|
steps:
|
|
17
|
-
- uses: actions/checkout@
|
|
17
|
+
- uses: actions/checkout@v6
|
|
18
18
|
- name: Set up Python ${{ matrix.python-version }}
|
|
19
|
-
uses: actions/setup-python@
|
|
19
|
+
uses: actions/setup-python@v6
|
|
20
20
|
with:
|
|
21
21
|
python-version: ${{ matrix.python-version }}
|
|
22
|
+
- name: Cache uv modules
|
|
23
|
+
uses: actions/cache@v5
|
|
24
|
+
with:
|
|
25
|
+
path: |
|
|
26
|
+
~/.cache/uv
|
|
27
|
+
.venv
|
|
28
|
+
key: ${{ runner.os }}-uv-shared-${{ hashFiles('**/uv.lock') }}
|
|
29
|
+
restore-keys: |
|
|
30
|
+
${{ runner.os }}-uv-shared-
|
|
22
31
|
- name: Install uv
|
|
23
32
|
run: make install-uv
|
|
24
33
|
- name: Run Checks
|
|
@@ -2,6 +2,107 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- version list -->
|
|
4
4
|
|
|
5
|
+
## v5.2.5 (2026-01-24)
|
|
6
|
+
|
|
7
|
+
### Chores
|
|
8
|
+
|
|
9
|
+
- Add a few new caps in the standard ([#1175](https://github.com/appium/python-client/pull/1175),
|
|
10
|
+
[`b22b031`](https://github.com/appium/python-client/commit/b22b0316b18e551695344d11e25e940a7f7ec297))
|
|
11
|
+
|
|
12
|
+
- Enable dependabot for uv ([#1181](https://github.com/appium/python-client/pull/1181),
|
|
13
|
+
[`fd138de`](https://github.com/appium/python-client/commit/fd138deb519b5ed7cd2a4a80a639294ec8b42ad4))
|
|
14
|
+
|
|
15
|
+
- Update iOS e2e tests ([#1178](https://github.com/appium/python-client/pull/1178),
|
|
16
|
+
[`3677e0c`](https://github.com/appium/python-client/commit/3677e0c3e347a457f3f72b204b0644403725be3b))
|
|
17
|
+
|
|
18
|
+
- **deps**: Bump actions/cache from 3 to 4
|
|
19
|
+
([#1184](https://github.com/appium/python-client/pull/1184),
|
|
20
|
+
[`936e146`](https://github.com/appium/python-client/commit/936e146c05216fe1c620efb7c5e34892ae7e7dcc))
|
|
21
|
+
|
|
22
|
+
- **deps**: Bump actions/cache from 4 to 5
|
|
23
|
+
([#1191](https://github.com/appium/python-client/pull/1191),
|
|
24
|
+
[`aa41b80`](https://github.com/appium/python-client/commit/aa41b80ebfd6c05f3f5b45dbc66ec41b12200040))
|
|
25
|
+
|
|
26
|
+
- **deps**: Bump actions/checkout from 4 to 6
|
|
27
|
+
([#1186](https://github.com/appium/python-client/pull/1186),
|
|
28
|
+
[`7ce850b`](https://github.com/appium/python-client/commit/7ce850bfff817a748dc63ea27c00774c333e76c6))
|
|
29
|
+
|
|
30
|
+
- **deps**: Bump actions/setup-java from 4 to 5
|
|
31
|
+
([#1183](https://github.com/appium/python-client/pull/1183),
|
|
32
|
+
[`91e1855`](https://github.com/appium/python-client/commit/91e18558f78f048a423ea69ededea97596685abe))
|
|
33
|
+
|
|
34
|
+
- **deps**: Bump actions/setup-node from 4 to 6
|
|
35
|
+
([#1188](https://github.com/appium/python-client/pull/1188),
|
|
36
|
+
[`3f8eeec`](https://github.com/appium/python-client/commit/3f8eeec1f499efbe7e82007b22bed7d8a687a316))
|
|
37
|
+
|
|
38
|
+
- **deps**: Bump actions/setup-python from 4 to 6
|
|
39
|
+
([#1187](https://github.com/appium/python-client/pull/1187),
|
|
40
|
+
[`7708ebe`](https://github.com/appium/python-client/commit/7708ebe35761969cb5fad80e9a1a709553a119d1))
|
|
41
|
+
|
|
42
|
+
- **deps**: Bump selenium from 4.33.0 to 4.36.0
|
|
43
|
+
([#1182](https://github.com/appium/python-client/pull/1182),
|
|
44
|
+
[`64c0119`](https://github.com/appium/python-client/commit/64c011926cf804dc8edf27e7c15ffeb2568a45f5))
|
|
45
|
+
|
|
46
|
+
- **deps**: Bump stefanzweifel/git-auto-commit-action from 5 to 7
|
|
47
|
+
([#1185](https://github.com/appium/python-client/pull/1185),
|
|
48
|
+
[`8389732`](https://github.com/appium/python-client/commit/8389732af5392254325a1616a00ea42df22b6bbe))
|
|
49
|
+
|
|
50
|
+
- **deps-dev**: Bump pytest-cov from 6.3.0 to 7.0.0
|
|
51
|
+
([#1194](https://github.com/appium/python-client/pull/1194),
|
|
52
|
+
[`32aca30`](https://github.com/appium/python-client/commit/32aca304057ee68bb2f1a3c0495054d245e4b955))
|
|
53
|
+
|
|
54
|
+
- **deps-dev**: Bump python-semantic-release from 10.3.2 to 10.5.3
|
|
55
|
+
([#1195](https://github.com/appium/python-client/pull/1195),
|
|
56
|
+
[`4844534`](https://github.com/appium/python-client/commit/48445348e313f6d256bdee5b9229772e87674470))
|
|
57
|
+
|
|
58
|
+
### Continuous Integration
|
|
59
|
+
|
|
60
|
+
- Add commit message configuration for Dependabot
|
|
61
|
+
([`b68fa61`](https://github.com/appium/python-client/commit/b68fa6158e7c1f7df5479b50af50b937b1d2511d))
|
|
62
|
+
|
|
63
|
+
- Add GitHub Actions to Dependabot configuration
|
|
64
|
+
([`c2edb68`](https://github.com/appium/python-client/commit/c2edb6874da805f8a4e7ba345f31303a51ba4fb6))
|
|
65
|
+
|
|
66
|
+
- Use py 3.14 ([#1193](https://github.com/appium/python-client/pull/1193),
|
|
67
|
+
[`3bb2021`](https://github.com/appium/python-client/commit/3bb20212f67cdbe73d72ff8ff9541a5f57cc8393))
|
|
68
|
+
|
|
69
|
+
- Use the central repo's workflow
|
|
70
|
+
([`e59b853`](https://github.com/appium/python-client/commit/e59b853497ae04706137cf252bfa3b92e6a1e229))
|
|
71
|
+
|
|
72
|
+
- Use the latest appium flutter integration driver on CI
|
|
73
|
+
([#1176](https://github.com/appium/python-client/pull/1176),
|
|
74
|
+
[`f61c059`](https://github.com/appium/python-client/commit/f61c059d189f19e01ca6bd11670e6d07c550ec31))
|
|
75
|
+
|
|
76
|
+
### Documentation
|
|
77
|
+
|
|
78
|
+
- Clean up CHANGELOG by removing old sections
|
|
79
|
+
([`d4f3e16`](https://github.com/appium/python-client/commit/d4f3e16d33cdc22651e99f1f161ff8e79f78328e))
|
|
80
|
+
|
|
81
|
+
- Fix the units for bitRate value
|
|
82
|
+
([`4634378`](https://github.com/appium/python-client/commit/4634378e8e1fe78b962b0d5280a6bf1b05b9b15d))
|
|
83
|
+
|
|
84
|
+
### Testing
|
|
85
|
+
|
|
86
|
+
- Fix accidental missing deps
|
|
87
|
+
([`b04f65e`](https://github.com/appium/python-client/commit/b04f65e58ca7d86bc3b5a2cf2d3a8f61dd225f81))
|
|
88
|
+
|
|
89
|
+
- Update Android tests to the canonical pytest format
|
|
90
|
+
([#1180](https://github.com/appium/python-client/pull/1180),
|
|
91
|
+
[`b9564c7`](https://github.com/appium/python-client/commit/b9564c78bc22d1fc4b0e345199c9ede7584ad1c3))
|
|
92
|
+
|
|
93
|
+
- Update flutter tests to canonic pytest format
|
|
94
|
+
([#1179](https://github.com/appium/python-client/pull/1179),
|
|
95
|
+
[`ed27b1f`](https://github.com/appium/python-client/commit/ed27b1fad14467b15779abb2942627373977f243))
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## v5.2.4 (2025-09-11)
|
|
99
|
+
|
|
100
|
+
### Chores
|
|
101
|
+
|
|
102
|
+
- Add an error handling in _adjust_image_payload
|
|
103
|
+
([#1172](https://github.com/appium/python-client/pull/1172),
|
|
104
|
+
[`dc301ec`](https://github.com/appium/python-client/commit/dc301ec5303f6d5fa6af0ec4370d1ffe88ef1f1d))
|
|
105
|
+
|
|
5
106
|
## v5.2.3 (2025-09-09)
|
|
6
107
|
|
|
7
108
|
### Bug Fixes
|
|
@@ -55,6 +55,9 @@ class AppiumOptions(
|
|
|
55
55
|
'setWindowRect',
|
|
56
56
|
'timeouts',
|
|
57
57
|
'unhandledPromptBehavior',
|
|
58
|
+
'strictFileInteractability', # WebDriver spec v2 https://www.w3.org/TR/webdriver2/
|
|
59
|
+
'userAgent', # WebDriver spec v2 https://www.w3.org/TR/webdriver2/
|
|
60
|
+
'webSocketUrl', # WebDriver BiDi
|
|
58
61
|
]
|
|
59
62
|
)
|
|
60
63
|
_OSS_W3C_CONVERSION = {
|