Appium-Python-Client 5.2.0__tar.gz → 5.2.2__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.2/CHANGELOG.md +2089 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/PKG-INFO +13 -12
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/README.md +11 -10
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/docs/Makefile +1 -1
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/docs/README.md +0 -1
- appium_python_client-5.2.2/docs/generate.sh +4 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/docs/index.rst +1 -1
- appium_python_client-5.2.2/pyproject.toml +148 -0
- appium_python_client-5.2.2/uv.lock +1697 -0
- appium_python_client-5.2.0/.gitchangelog.rc +0 -288
- appium_python_client-5.2.0/CHANGELOG.rst +0 -6183
- appium_python_client-5.2.0/docs/generate.sh +0 -4
- appium_python_client-5.2.0/docs/requirements.txt +0 -3
- appium_python_client-5.2.0/pyproject.toml +0 -70
- appium_python_client-5.2.0/uv.lock +0 -771
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/.github/dependabot.yml +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/.github/issue_template.md +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/.github/workflows/functional-test.yml +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/.github/workflows/lock-update.yml +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/.github/workflows/pr-title.yml +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/.github/workflows/unit-test.yml +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/.gitignore +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/.pre-commit-config.yaml +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/.ruff.toml +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/LICENSE +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/MANIFEST.in +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/Makefile +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/common/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/common/exceptions.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/common/helper.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/common/logger.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/adb_exec_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/adb_port_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/allow_delay_adb_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/build_tools_version_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/clear_device_logs_on_start_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/ignore_hidden_api_policy_error_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/logcat_filter_specs_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/logcat_format_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/mock_location_app_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/remote_adb_host_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/skip_logcat_capture_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/adb/suppress_kill_server_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/allow_test_packages_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/android_install_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/app_activity_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/app_package_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/app_wait_activity_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/app_wait_duration_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/app_wait_for_launch_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/app_wait_package_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/auto_grant_premissions_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/enforce_app_install_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/intent_action_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/intent_category_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/intent_flags_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/optional_intent_arguments_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/remote_apps_cache_limit_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/app/uninstall_other_packages_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/avd/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/avd/avd_args_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/avd/avd_env_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/avd/avd_launch_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/avd/avd_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/avd/avd_ready_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/avd/gps_enabled_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/avd/network_speed_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/auto_webview_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/chrome_logging_prefs_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/chrome_options_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/chromedriver_args_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/chromedriver_chrome_mapping_file_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/chromedriver_disable_build_check_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/chromedriver_executable_dir_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/chromedriver_executable_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/chromedriver_port_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/chromedriver_ports_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/chromedriver_use_system_executable_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/ensure_webviews_have_pages_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/extract_chrome_android_package_from_context_name_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/native_web_screenshot_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/recreate_chrome_driver_sessions_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/show_chromedriver_log_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/context/webview_devtools_port_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/localization/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/localization/locale_script_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/locking/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/locking/skip_unlock_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/locking/unlock_key_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/locking/unlock_strategy_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/locking/unlock_success_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/locking/unlock_type_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/mjpeg/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/mjpeg/mjpeg_screenshot_url_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/other/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/other/disable_suppress_accessibility_service_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/other/user_profile_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/signing/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/signing/key_alias_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/signing/key_password_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/signing/keystore_password_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/signing/keystore_path_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/signing/no_sign_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/common/signing/use_keystore_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/espresso/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/espresso/activity_options_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/espresso/app_locale_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/espresso/base.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/espresso/espresso_build_config_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/espresso/espresso_server_launch_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/espresso/force_espresso_rebuild_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/espresso/intent_options_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/espresso/show_gradle_log_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/uiautomator2/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/uiautomator2/base.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/uiautomator2/disable_window_animation_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/uiautomator2/mjpeg_server_port_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/uiautomator2/skip_device_initialization_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/uiautomator2/skip_server_installation_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/uiautomator2/uiautomator2_server_install_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/uiautomator2/uiautomator2_server_launch_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/android/uiautomator2/uiautomator2_server_read_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/app_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/auto_web_view_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/automation_name_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/base.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/browser_name_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/bundle_id_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/clear_system_files_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/device_name_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/enable_performance_logging_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/event_timings_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/full_reset_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/is_headless_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/language_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/locale_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/new_command_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/no_reset_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/orientation_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/other_apps_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/platform_version_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/postrun_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/prerun_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/print_page_source_on_find_failure_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/skip_log_capture_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/supports_capabilities.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/system_host_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/system_port_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/common/udid_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/flutter_integration/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/flutter_integration/base.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/flutter_integration/flutter_element_wait_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/flutter_integration/flutter_enable_mock_camera_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/flutter_integration/flutter_server_launch_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/flutter_integration/flutter_system_port_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/gecko/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/gecko/android_storage_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/gecko/base.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/gecko/firefox_options_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/gecko/marionette_port_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/gecko/verbosity_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/safari/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/safari/automatic_inspection_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/safari/automatic_profiling_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/safari/base.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/safari/device_name_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/safari/device_type_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/safari/device_udid_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/safari/platform_build_version_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/safari/platform_version_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/safari/use_simulator_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/safari/webkit_webrtc_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/app/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/app/app_install_strategy_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/app/app_push_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/app/localizable_strings_dir_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/base.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/general/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/general/include_device_caps_to_session_info_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/general/reset_location_service_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/other/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/other/command_timeouts_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/other/launch_with_idb_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/other/show_ios_log_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/other/use_json_source_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/calendar_access_authorized_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/calendar_format_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/connect_hardware_keyboard_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/custom_ssl_cert_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/enforce_fresh_simulator_creation_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/force_simulator_software_keyboard_presence_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/ios_simulator_logs_predicate_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/keep_key_chains_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/keychains_exclude_patterns_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/permissions_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/reduce_motion_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/reset_on_session_start_only_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/scale_factor_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/shutdown_other_simulators_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/simulator_devices_set_path_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/simulator_pasteboard_automatic_sync_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/simulator_startup_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/simulator_trace_pointer_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/simulator/simulator_window_center_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/allow_provisioning_device_regitration_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/auto_accept_alerts_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/auto_disimiss_alerts_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/derived_data_path_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/disable_automatic_screenshots_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/force_app_launch_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/keychain_password_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/keychain_path_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/max_typing_frequency_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/mjpeg_server_port_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/process_arguments_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/result_bundle_path_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/screenshot_quality_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/should_terminate_app_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/should_use_singleton_test_manager_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/show_xcode_log_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/simple_is_visible_check_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/updated_wda_bundle_id_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/use_native_caching_strategy_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/use_new_wda_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/use_prebuilt_wda_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/use_simple_build_test_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/use_xctestrun_file_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/wait_for_idle_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/wait_for_quiescence_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/wda_base_url_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/wda_connection_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/wda_eventloop_idle_delay_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/wda_launch_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/wda_local_port_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/wda_startup_retries_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/wda_startup_retry_interval_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/web_driver_agent_url_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/xcode_org_id_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/wda/xcode_signing_id_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/absolute_web_locations_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/additional_webview_bundle_ids_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/enable_async_execute_from_https_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/full_context_list_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/include_safari_in_webviews_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/native_web_tap_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/safari_garbage_collect_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/safari_ignore_fraud_warning_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/safari_ignore_web_hostnames_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/safari_initial_url_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/safari_log_all_communication_hex_dump_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/safari_log_all_communication_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/safari_open_links_in_background_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/safari_socket_chunk_size_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/safari_web_inspector_max_frame_length_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/webkit_response_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/webview_connect_retries_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/ios/xcuitest/webview/webview_connect_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/mac/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/mac/mac2/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/mac/mac2/app_path_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/mac/mac2/arguments_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/mac/mac2/base.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/mac/mac2/bootstrap_root_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/mac/mac2/environment_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/mac/mac2/server_startup_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/mac/mac2/show_server_logs_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/mac/mac2/skip_app_kill_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/mac/mac2/web_driver_agent_mac_url_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/windows/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/windows/windows/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/windows/windows/app_arguments_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/windows/windows/app_top_level_window_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/windows/windows/app_working_dir_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/windows/windows/base.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/windows/windows/create_session_timeout_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/windows/windows/expreimental_web_driver_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/options/windows/windows/wait_for_app_launch_option.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/protocols/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/protocols/webdriver/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/protocols/webdriver/can_execute_commands.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/protocols/webdriver/can_execute_scripts.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/protocols/webdriver/can_find_elements.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/protocols/webdriver/can_remember_extension_presence.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/py.typed +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/version.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/appium_connection.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/appium_service.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/applicationstate.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/client_config.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/clipboard_content_type.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/command_method.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/common/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/common/appiumby.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/connectiontype.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/errorhandler.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/action_helpers.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/android/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/android/activities.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/android/common.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/android/display.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/android/gsm.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/android/nativekey.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/android/network.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/android/performance.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/android/power.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/android/sms.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/android/system_bars.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/applications.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/clipboard.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/context.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/device_time.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/execute_driver.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/execute_mobile_command.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/flutter_integration/__init__.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/flutter_integration/flutter_commands.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/flutter_integration/flutter_finder.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/flutter_integration/scroll_directions.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/hw_actions.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/images_comparison.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/keyboard.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/location.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/log_event.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/logs.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/remote_fs.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/screen_record.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/session.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/extensions/settings.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/locator_converter.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/mobilecommand.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/switch_to.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/webdriver.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/appium/webdriver/webelement.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/docs/conf.py +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/docs/make.bat +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/docs/webdriver.common.rst +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/docs/webdriver.extensions.android.rst +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/docs/webdriver.extensions.flutter_integration.rst +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/docs/webdriver.extensions.rst +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/docs/webdriver.rst +0 -0
- {appium_python_client-5.2.0 → appium_python_client-5.2.2}/setup.py +0 -0
|
@@ -0,0 +1,2089 @@
|
|
|
1
|
+
# CHANGELOG
|
|
2
|
+
|
|
3
|
+
<!-- version list -->
|
|
4
|
+
|
|
5
|
+
## v5.2.2 (2025-08-15)
|
|
6
|
+
|
|
7
|
+
### Chores
|
|
8
|
+
|
|
9
|
+
- Remvoe unnecessary lines in the changelog and readme
|
|
10
|
+
([`840e958`](https://github.com/appium/python-client/commit/840e95831176f80b5a48921c711f62b5457652bf))
|
|
11
|
+
|
|
12
|
+
- Stop using existing release script ([#1166](https://github.com/appium/python-client/pull/1166),
|
|
13
|
+
[`a6238e2`](https://github.com/appium/python-client/commit/a6238e278452a23227cef8d6b4896d259b357ffc))
|
|
14
|
+
|
|
15
|
+
### Documentation
|
|
16
|
+
|
|
17
|
+
- Add one more step
|
|
18
|
+
([`d99f699`](https://github.com/appium/python-client/commit/d99f6995e8b2b5295180b7c6b8d54e79fe05bf46))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## v5.2.1 (2025-08-14)
|
|
22
|
+
|
|
23
|
+
### Chores
|
|
24
|
+
|
|
25
|
+
- Revert version created by release script checking
|
|
26
|
+
([#1164](https://github.com/appium/python-client/pull/1164),
|
|
27
|
+
[`04a8580`](https://github.com/appium/python-client/commit/04a8580f999843bc9d121c1ed4ce872761350f31))
|
|
28
|
+
|
|
29
|
+
- Use semantic release changelog instead of gitchangelog
|
|
30
|
+
([#1163](https://github.com/appium/python-client/pull/1163),
|
|
31
|
+
[`dd3709e`](https://github.com/appium/python-client/commit/dd3709e084e802d6534d51151be1bd45456a4ebd))
|
|
32
|
+
|
|
33
|
+
- Use semantic-release for most of release script execution
|
|
34
|
+
([#1165](https://github.com/appium/python-client/pull/1165),
|
|
35
|
+
[`f6c4687`](https://github.com/appium/python-client/commit/f6c46878c12ae0a8a9ff82e1e9755f325eb8e7cf))
|
|
36
|
+
|
|
37
|
+
### Documentation
|
|
38
|
+
|
|
39
|
+
- Manage sphinx stuff via uv ([#1162](https://github.com/appium/python-client/pull/1162),
|
|
40
|
+
[`df66645`](https://github.com/appium/python-client/commit/df66645ab284193f8f673d491c8daddcce381a71))
|
|
41
|
+
|
|
42
|
+
- Update readme ([#1165](https://github.com/appium/python-client/pull/1165),
|
|
43
|
+
[`f6c4687`](https://github.com/appium/python-client/commit/f6c46878c12ae0a8a9ff82e1e9755f325eb8e7cf))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## v5.2.0 (2025-08-07)
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
- Restore mypy linting ([#1156](https://github.com/appium/python-client/pull/1156),
|
|
51
|
+
[`d3c7511`](https://github.com/appium/python-client/commit/d3c7511d6cf6de3a4717b6c691d047785106bed5))
|
|
52
|
+
|
|
53
|
+
### Chores
|
|
54
|
+
|
|
55
|
+
- Update uv version ([#1160](https://github.com/appium/python-client/pull/1160),
|
|
56
|
+
[`ee8af97`](https://github.com/appium/python-client/commit/ee8af97dcbfe7e129fedce066ccb4138c6c43329))
|
|
57
|
+
|
|
58
|
+
- Use uv build to build the package ([#1159](https://github.com/appium/python-client/pull/1159),
|
|
59
|
+
[`c095f79`](https://github.com/appium/python-client/commit/c095f79997171ab076584fea94d6fac0bd3e23ce))
|
|
60
|
+
|
|
61
|
+
- Use uv for version ([#1160](https://github.com/appium/python-client/pull/1160),
|
|
62
|
+
[`ee8af97`](https://github.com/appium/python-client/commit/ee8af97dcbfe7e129fedce066ccb4138c6c43329))
|
|
63
|
+
|
|
64
|
+
- Use version via uv ([#1160](https://github.com/appium/python-client/pull/1160),
|
|
65
|
+
[`ee8af97`](https://github.com/appium/python-client/commit/ee8af97dcbfe7e129fedce066ccb4138c6c43329))
|
|
66
|
+
|
|
67
|
+
### Continuous Integration
|
|
68
|
+
|
|
69
|
+
- Add a script to automatically update uv.lock upon dependabot updates
|
|
70
|
+
([#1158](https://github.com/appium/python-client/pull/1158),
|
|
71
|
+
[`1a1cf34`](https://github.com/appium/python-client/commit/1a1cf34975224a47b6365a5524d19a409a2ccffd))
|
|
72
|
+
|
|
73
|
+
### Features
|
|
74
|
+
|
|
75
|
+
- Switch package management from pipenv to uv
|
|
76
|
+
([#1155](https://github.com/appium/python-client/pull/1155),
|
|
77
|
+
[`7af0fd4`](https://github.com/appium/python-client/commit/7af0fd4c1ffc3b52e912dae662199033b6c55f58))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## v5.1.3 (2025-08-07)
|
|
81
|
+
|
|
82
|
+
### Chores
|
|
83
|
+
|
|
84
|
+
- Fix some mypy ([#1153](https://github.com/appium/python-client/pull/1153),
|
|
85
|
+
[`4e1aafd`](https://github.com/appium/python-client/commit/4e1aafd9a0580d9ce3e5aaaa0eb223dad16e4881))
|
|
86
|
+
|
|
87
|
+
- Fix some mypy errors ([#1153](https://github.com/appium/python-client/pull/1153),
|
|
88
|
+
[`4e1aafd`](https://github.com/appium/python-client/commit/4e1aafd9a0580d9ce3e5aaaa0eb223dad16e4881))
|
|
89
|
+
|
|
90
|
+
- Revert protocol ([#1152](https://github.com/appium/python-client/pull/1152),
|
|
91
|
+
[`ab6c7bb`](https://github.com/appium/python-client/commit/ab6c7bb5aa01ca1be729dfa85cd604c591af0615))
|
|
92
|
+
|
|
93
|
+
- Wrong usage of CanFindElements #1148 ([#1152](https://github.com/appium/python-client/pull/1152),
|
|
94
|
+
[`ab6c7bb`](https://github.com/appium/python-client/commit/ab6c7bb5aa01ca1be729dfa85cd604c591af0615))
|
|
95
|
+
|
|
96
|
+
- **deps-dev**: Update pytest-cov requirement from ~=5.0 to ~=6.2
|
|
97
|
+
([#1136](https://github.com/appium/python-client/pull/1136),
|
|
98
|
+
[`5e14916`](https://github.com/appium/python-client/commit/5e149160132d7a83d21d3a3252aeb2fe3f630306))
|
|
99
|
+
|
|
100
|
+
- **deps-dev**: Update ruff requirement from ~=0.12.4 to ~=0.12.5
|
|
101
|
+
([#1149](https://github.com/appium/python-client/pull/1149),
|
|
102
|
+
[`1457866`](https://github.com/appium/python-client/commit/145786676474211a27f7ab1763afc73d545da2b2))
|
|
103
|
+
|
|
104
|
+
- **deps-dev**: Update ruff requirement from ~=0.12.5 to ~=0.12.7
|
|
105
|
+
([#1151](https://github.com/appium/python-client/pull/1151),
|
|
106
|
+
[`abf210a`](https://github.com/appium/python-client/commit/abf210ab77015e475200f3db42f61e4eaa2a6773))
|
|
107
|
+
|
|
108
|
+
### Testing
|
|
109
|
+
|
|
110
|
+
- Add bidi example in test ([#1154](https://github.com/appium/python-client/pull/1154),
|
|
111
|
+
[`f8922da`](https://github.com/appium/python-client/commit/f8922daa965e25db4322c7d77369a2e5c133e61e))
|
|
112
|
+
|
|
113
|
+
- Add bidi log example test ([#1154](https://github.com/appium/python-client/pull/1154),
|
|
114
|
+
[`f8922da`](https://github.com/appium/python-client/commit/f8922daa965e25db4322c7d77369a2e5c133e61e))
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
## v5.1.2 (2025-07-23)
|
|
118
|
+
|
|
119
|
+
### Chores
|
|
120
|
+
|
|
121
|
+
- Fix typos ([#1133](https://github.com/appium/python-client/pull/1133),
|
|
122
|
+
[`a1b33c3`](https://github.com/appium/python-client/commit/a1b33c3e632382316b73540a7339a51ad57b9a2b))
|
|
123
|
+
|
|
124
|
+
- Inherit CanFindElements ([#1148](https://github.com/appium/python-client/pull/1148),
|
|
125
|
+
[`7ca9425`](https://github.com/appium/python-client/commit/7ca942533786b5e9fb991cee3bd4c373fc1e99b4))
|
|
126
|
+
|
|
127
|
+
- Remove unused commands ([#1132](https://github.com/appium/python-client/pull/1132),
|
|
128
|
+
[`a5f0147`](https://github.com/appium/python-client/commit/a5f0147dabe7cf7c927b9ffeabb41a7672bef801))
|
|
129
|
+
|
|
130
|
+
- **deps**: Bump selenium from 4.32.0 to 4.33.0
|
|
131
|
+
([#1130](https://github.com/appium/python-client/pull/1130),
|
|
132
|
+
[`617ba6c`](https://github.com/appium/python-client/commit/617ba6cd943ad4ca15148fae6ee1aed949d123ff))
|
|
133
|
+
|
|
134
|
+
- **deps-dev**: Update pytest requirement from ~=8.3 to ~=8.4
|
|
135
|
+
([#1134](https://github.com/appium/python-client/pull/1134),
|
|
136
|
+
[`0f9dd3b`](https://github.com/appium/python-client/commit/0f9dd3bc22274998add55fb0c6fa4ba956f0a47f))
|
|
137
|
+
|
|
138
|
+
- **deps-dev**: Update ruff requirement from ~=0.11.10 to ~=0.11.11
|
|
139
|
+
([#1128](https://github.com/appium/python-client/pull/1128),
|
|
140
|
+
[`2f2205f`](https://github.com/appium/python-client/commit/2f2205f1763a62992279c71e5e3cc518e7fc05c0))
|
|
141
|
+
|
|
142
|
+
- **deps-dev**: Update ruff requirement from ~=0.11.11 to ~=0.11.12
|
|
143
|
+
([#1131](https://github.com/appium/python-client/pull/1131),
|
|
144
|
+
[`ba38ccd`](https://github.com/appium/python-client/commit/ba38ccdf2afd9b13641a8bcfb171329acf937b32))
|
|
145
|
+
|
|
146
|
+
- **deps-dev**: Update ruff requirement from ~=0.11.12 to ~=0.11.13
|
|
147
|
+
([#1135](https://github.com/appium/python-client/pull/1135),
|
|
148
|
+
[`0887cc1`](https://github.com/appium/python-client/commit/0887cc1d6bb9d6accb46542ad83504f5f0718e1b))
|
|
149
|
+
|
|
150
|
+
- **deps-dev**: Update ruff requirement from ~=0.11.13 to ~=0.12.1
|
|
151
|
+
([#1139](https://github.com/appium/python-client/pull/1139),
|
|
152
|
+
[`e75c58f`](https://github.com/appium/python-client/commit/e75c58f5548e930003d0c4fac485ad2a05cda8cb))
|
|
153
|
+
|
|
154
|
+
- **deps-dev**: Update ruff requirement from ~=0.11.8 to ~=0.11.10
|
|
155
|
+
([#1127](https://github.com/appium/python-client/pull/1127),
|
|
156
|
+
[`128666e`](https://github.com/appium/python-client/commit/128666e7d858b52e75fb3778c7de95c39b0182db))
|
|
157
|
+
|
|
158
|
+
- **deps-dev**: Update ruff requirement from ~=0.12.1 to ~=0.12.2
|
|
159
|
+
([#1142](https://github.com/appium/python-client/pull/1142),
|
|
160
|
+
[`884062d`](https://github.com/appium/python-client/commit/884062d045ea47e58d33478e2d0ad477c4aeffe5))
|
|
161
|
+
|
|
162
|
+
- **deps-dev**: Update ruff requirement from ~=0.12.2 to ~=0.12.3
|
|
163
|
+
([#1144](https://github.com/appium/python-client/pull/1144),
|
|
164
|
+
[`772723b`](https://github.com/appium/python-client/commit/772723babc06888141163fd90c893fda1bd73996))
|
|
165
|
+
|
|
166
|
+
- **deps-dev**: Update ruff requirement from ~=0.12.3 to ~=0.12.4
|
|
167
|
+
([#1146](https://github.com/appium/python-client/pull/1146),
|
|
168
|
+
[`d43a190`](https://github.com/appium/python-client/commit/d43a190cc99dcae31f13c074b7f7ac9e7552f9d9))
|
|
169
|
+
|
|
170
|
+
- **deps-dev**: Update tox requirement from ~=4.25 to ~=4.26
|
|
171
|
+
([#1126](https://github.com/appium/python-client/pull/1126),
|
|
172
|
+
[`157ec01`](https://github.com/appium/python-client/commit/157ec011c279a56ebceb7bf5becd733c562ce9f3))
|
|
173
|
+
|
|
174
|
+
- **deps-dev**: Update tox requirement from ~=4.26 to ~=4.27
|
|
175
|
+
([#1138](https://github.com/appium/python-client/pull/1138),
|
|
176
|
+
[`c0ed394`](https://github.com/appium/python-client/commit/c0ed394765cc8f7567edd069b36903b2bbde3883))
|
|
177
|
+
|
|
178
|
+
### Continuous Integration
|
|
179
|
+
|
|
180
|
+
- Apply prebuilt wda ([#1141](https://github.com/appium/python-client/pull/1141),
|
|
181
|
+
[`e3bcc37`](https://github.com/appium/python-client/commit/e3bcc3768d44b1ff1c85711f5553141443f40d0b))
|
|
182
|
+
|
|
183
|
+
### Documentation
|
|
184
|
+
|
|
185
|
+
- Re-run the gen code ([#1129](https://github.com/appium/python-client/pull/1129),
|
|
186
|
+
[`3457e49`](https://github.com/appium/python-client/commit/3457e499f04e3d34d881ef6362cabe0751dd7a2d))
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
## v5.1.1 (2025-05-06)
|
|
190
|
+
|
|
191
|
+
### Chores
|
|
192
|
+
|
|
193
|
+
- **deps**: Bump selenium from 4.31.0 to 4.32.0
|
|
194
|
+
([#1124](https://github.com/appium/python-client/pull/1124),
|
|
195
|
+
[`9e27a99`](https://github.com/appium/python-client/commit/9e27a998113a31fcc1440e08f52cb79cd26a81d7))
|
|
196
|
+
|
|
197
|
+
### Documentation
|
|
198
|
+
|
|
199
|
+
- Update compatibility matrix
|
|
200
|
+
([`9e42c7f`](https://github.com/appium/python-client/commit/9e42c7faf7c298dec1b32d25d8e71328ec17c073))
|
|
201
|
+
|
|
202
|
+
- Update README.md
|
|
203
|
+
([`48371a7`](https://github.com/appium/python-client/commit/48371a7714fbdbb6bd7dabc5ae5762eb80be6fc6))
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
## v5.1.0 (2025-05-05)
|
|
207
|
+
|
|
208
|
+
### Chores
|
|
209
|
+
|
|
210
|
+
- **deps**: Bump selenium from 4.29.0 to 4.30.0
|
|
211
|
+
([#1108](https://github.com/appium/python-client/pull/1108),
|
|
212
|
+
[`96f7e6b`](https://github.com/appium/python-client/commit/96f7e6bf2377bf1e07b30f8b3571fc24bdff9c7e))
|
|
213
|
+
|
|
214
|
+
- **deps**: Bump selenium from 4.30.0 to 4.31.0
|
|
215
|
+
([#1113](https://github.com/appium/python-client/pull/1113),
|
|
216
|
+
[`f59f23d`](https://github.com/appium/python-client/commit/f59f23df08e7e3c4f64d63afcb81d22445d21010))
|
|
217
|
+
|
|
218
|
+
- **deps**: Update typing-extensions requirement
|
|
219
|
+
([#1115](https://github.com/appium/python-client/pull/1115),
|
|
220
|
+
[`24f9f7f`](https://github.com/appium/python-client/commit/24f9f7f8530abf376f833ea73541288f569c9f31))
|
|
221
|
+
|
|
222
|
+
- **deps**: Update typing-extensions requirement
|
|
223
|
+
([#1112](https://github.com/appium/python-client/pull/1112),
|
|
224
|
+
[`e3add90`](https://github.com/appium/python-client/commit/e3add903b79921bc2dc315affadb4571014f2e48))
|
|
225
|
+
|
|
226
|
+
- **deps-dev**: Update ruff requirement from ~=0.10.0 to ~=0.11.2
|
|
227
|
+
([#1107](https://github.com/appium/python-client/pull/1107),
|
|
228
|
+
[`bfaefa1`](https://github.com/appium/python-client/commit/bfaefa1c458c5d98842a3c786d466a5094a824b8))
|
|
229
|
+
|
|
230
|
+
- **deps-dev**: Update ruff requirement from ~=0.11.2 to ~=0.11.3
|
|
231
|
+
([#1111](https://github.com/appium/python-client/pull/1111),
|
|
232
|
+
[`c403235`](https://github.com/appium/python-client/commit/c4032354223833ccc62869f059233cb188f56774))
|
|
233
|
+
|
|
234
|
+
- **deps-dev**: Update ruff requirement from ~=0.11.3 to ~=0.11.4
|
|
235
|
+
([#1114](https://github.com/appium/python-client/pull/1114),
|
|
236
|
+
[`d27b924`](https://github.com/appium/python-client/commit/d27b924185736524e24558575b1100e1b333b39a))
|
|
237
|
+
|
|
238
|
+
- **deps-dev**: Update ruff requirement from ~=0.11.4 to ~=0.11.7
|
|
239
|
+
([#1118](https://github.com/appium/python-client/pull/1118),
|
|
240
|
+
[`c3b86b8`](https://github.com/appium/python-client/commit/c3b86b8adb26c0155ec4b72ffc295f7fbe57fd00))
|
|
241
|
+
|
|
242
|
+
- **deps-dev**: Update ruff requirement from ~=0.11.7 to ~=0.11.8
|
|
243
|
+
([#1122](https://github.com/appium/python-client/pull/1122),
|
|
244
|
+
[`2680a28`](https://github.com/appium/python-client/commit/2680a28e16259089b370d747ef0d90fb8b043198))
|
|
245
|
+
|
|
246
|
+
- **deps-dev**: Update tox requirement from ~=4.24 to ~=4.25
|
|
247
|
+
([#1109](https://github.com/appium/python-client/pull/1109),
|
|
248
|
+
[`a46dd88`](https://github.com/appium/python-client/commit/a46dd88500e48ac89ac05db0f066560eedb38730))
|
|
249
|
+
|
|
250
|
+
### Continuous Integration
|
|
251
|
+
|
|
252
|
+
- Tune CC title script
|
|
253
|
+
([`c37352a`](https://github.com/appium/python-client/commit/c37352ad2753aa6005fa5e52e56683335551d039))
|
|
254
|
+
|
|
255
|
+
### Features
|
|
256
|
+
|
|
257
|
+
- Add method for interacting with the Flutter integration driver
|
|
258
|
+
([#1123](https://github.com/appium/python-client/pull/1123),
|
|
259
|
+
[`635e762`](https://github.com/appium/python-client/commit/635e762678dcfff721dab5e52da41e4609c1d114))
|
|
260
|
+
|
|
261
|
+
### Testing
|
|
262
|
+
|
|
263
|
+
- Use timeout in client_config instead of the global var
|
|
264
|
+
([#1120](https://github.com/appium/python-client/pull/1120),
|
|
265
|
+
[`727631d`](https://github.com/appium/python-client/commit/727631d33087beca86ccacc6b931e162fd5b8c49))
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
## v5.0.0 (2025-03-24)
|
|
269
|
+
|
|
270
|
+
### Chores
|
|
271
|
+
|
|
272
|
+
- **deps-dev**: Update mock requirement from ~=5.1 to ~=5.2
|
|
273
|
+
([#1100](https://github.com/appium/python-client/pull/1100),
|
|
274
|
+
[`bbc1e91`](https://github.com/appium/python-client/commit/bbc1e91543986724f86a07ffa3a2218c38b8d0d8))
|
|
275
|
+
|
|
276
|
+
- **deps-dev**: Update pre-commit requirement from ~=4.1 to ~=4.2
|
|
277
|
+
([#1104](https://github.com/appium/python-client/pull/1104),
|
|
278
|
+
[`d2326b9`](https://github.com/appium/python-client/commit/d2326b9cc82a5be18feb191852061a5596393c70))
|
|
279
|
+
|
|
280
|
+
- **deps-dev**: Update ruff requirement from ~=0.9.10 to ~=0.10.0
|
|
281
|
+
([#1102](https://github.com/appium/python-client/pull/1102),
|
|
282
|
+
[`6707365`](https://github.com/appium/python-client/commit/670736582711df1a5303c794ff58aa7d7127d649))
|
|
283
|
+
|
|
284
|
+
- **deps-dev**: Update ruff requirement from ~=0.9.5 to ~=0.9.7
|
|
285
|
+
([#1097](https://github.com/appium/python-client/pull/1097),
|
|
286
|
+
[`74224e0`](https://github.com/appium/python-client/commit/74224e090e6ccbba51fa9fca4a7d097ea242ff4c))
|
|
287
|
+
|
|
288
|
+
- **deps-dev**: Update ruff requirement from ~=0.9.7 to ~=0.9.9
|
|
289
|
+
([#1099](https://github.com/appium/python-client/pull/1099),
|
|
290
|
+
[`5605d9b`](https://github.com/appium/python-client/commit/5605d9b4bc07554bd66c9d339aeee9bda010aa55))
|
|
291
|
+
|
|
292
|
+
- **deps-dev**: Update ruff requirement from ~=0.9.9 to ~=0.9.10
|
|
293
|
+
([#1101](https://github.com/appium/python-client/pull/1101),
|
|
294
|
+
[`4d8abfa`](https://github.com/appium/python-client/commit/4d8abfa041c67b0cd05f1ce7d7ea96572cb10a58))
|
|
295
|
+
|
|
296
|
+
### Features
|
|
297
|
+
|
|
298
|
+
- Define AppiumClientConfig ([#1070](https://github.com/appium/python-client/pull/1070),
|
|
299
|
+
[`525d5b8`](https://github.com/appium/python-client/commit/525d5b8b5d8c9919470c4c5a191a6d5c1090027e))
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
## v4.5.1 (2025-02-22)
|
|
303
|
+
|
|
304
|
+
### Bug Fixes
|
|
305
|
+
|
|
306
|
+
- Prevent warning log when initialize a webdriver using version 4.5.0 (selenium v4.26+)
|
|
307
|
+
([#1098](https://github.com/appium/python-client/pull/1098),
|
|
308
|
+
[`68ceca7`](https://github.com/appium/python-client/commit/68ceca73ac83cef40ec90bdbb73305e384073983))
|
|
309
|
+
|
|
310
|
+
### Chores
|
|
311
|
+
|
|
312
|
+
- **deps**: Bump selenium from 4.28.0 to 4.28.1
|
|
313
|
+
([#1088](https://github.com/appium/python-client/pull/1088),
|
|
314
|
+
[`a1ead29`](https://github.com/appium/python-client/commit/a1ead29fc1c0aa156f1144b8f24bddb42358770a))
|
|
315
|
+
|
|
316
|
+
- **deps**: Bump selenium from 4.28.1 to 4.29.0
|
|
317
|
+
([#1096](https://github.com/appium/python-client/pull/1096),
|
|
318
|
+
[`f53deb3`](https://github.com/appium/python-client/commit/f53deb3440a8b06a7f83726596eacc52eb1cfef4))
|
|
319
|
+
|
|
320
|
+
- **deps-dev**: Update pre-commit requirement from ~=3.5 to ~=4.1
|
|
321
|
+
([#1085](https://github.com/appium/python-client/pull/1085),
|
|
322
|
+
[`e5201fd`](https://github.com/appium/python-client/commit/e5201fdb3028df44c993f0375680f605702e8369))
|
|
323
|
+
|
|
324
|
+
- **deps-dev**: Update ruff requirement from ~=0.9.2 to ~=0.9.3
|
|
325
|
+
([#1089](https://github.com/appium/python-client/pull/1089),
|
|
326
|
+
[`f8a4f56`](https://github.com/appium/python-client/commit/f8a4f5693185d7f59156e55f13d80bc002b198a5))
|
|
327
|
+
|
|
328
|
+
- **deps-dev**: Update ruff requirement from ~=0.9.3 to ~=0.9.5
|
|
329
|
+
([#1092](https://github.com/appium/python-client/pull/1092),
|
|
330
|
+
[`82c40b5`](https://github.com/appium/python-client/commit/82c40b50577d4155c3215724babc3ca56b587ac2))
|
|
331
|
+
|
|
332
|
+
- **deps-dev**: Update tox requirement from ~=4.23 to ~=4.24
|
|
333
|
+
([#1086](https://github.com/appium/python-client/pull/1086),
|
|
334
|
+
[`121be97`](https://github.com/appium/python-client/commit/121be9769cd8bd631fd6423a341be9dfb7e1658c))
|
|
335
|
+
|
|
336
|
+
### Documentation
|
|
337
|
+
|
|
338
|
+
- Update README.md
|
|
339
|
+
([`733504e`](https://github.com/appium/python-client/commit/733504e8304ca6901363351ec29770fcf9719fe7))
|
|
340
|
+
|
|
341
|
+
### Testing
|
|
342
|
+
|
|
343
|
+
- Pytest does not require test classes unless you need grouping or fixtures with class scope.
|
|
344
|
+
([#1094](https://github.com/appium/python-client/pull/1094),
|
|
345
|
+
[`2218933`](https://github.com/appium/python-client/commit/22189335caccd89daffc3519bba8c90360be5fd1))
|
|
346
|
+
|
|
347
|
+
- Use pytest without class-based structures, using parameterization for better reusability.
|
|
348
|
+
([#1095](https://github.com/appium/python-client/pull/1095),
|
|
349
|
+
[`c2732dd`](https://github.com/appium/python-client/commit/c2732ddc85b7362de3fc9e59d0c97b4e3bd02496))
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
## v4.5.0 (2025-01-22)
|
|
353
|
+
|
|
354
|
+
### Chores
|
|
355
|
+
|
|
356
|
+
- Update tags
|
|
357
|
+
([`aa486f3`](https://github.com/appium/python-client/commit/aa486f3bd287fe00185bebb254b5b9b6bc0440fb))
|
|
358
|
+
|
|
359
|
+
- **deps**: Bump selenium from 4.27.1 to 4.28.0
|
|
360
|
+
([#1084](https://github.com/appium/python-client/pull/1084),
|
|
361
|
+
[`b10a11e`](https://github.com/appium/python-client/commit/b10a11e051e5741db7c91bf05f390ce178a2e0bd))
|
|
362
|
+
|
|
363
|
+
- **deps-dev**: Update ruff requirement from ~=0.8.1 to ~=0.8.3
|
|
364
|
+
([#1074](https://github.com/appium/python-client/pull/1074),
|
|
365
|
+
[`2605001`](https://github.com/appium/python-client/commit/2605001d5c1952779d289038966577cb4d2298b4))
|
|
366
|
+
|
|
367
|
+
- **deps-dev**: Update ruff requirement from ~=0.8.3 to ~=0.8.4
|
|
368
|
+
([#1078](https://github.com/appium/python-client/pull/1078),
|
|
369
|
+
[`6d4c633`](https://github.com/appium/python-client/commit/6d4c633901a18c5797c1d84c1c06bf5652fc328b))
|
|
370
|
+
|
|
371
|
+
- **deps-dev**: Update ruff requirement from ~=0.8.4 to ~=0.8.5
|
|
372
|
+
([#1079](https://github.com/appium/python-client/pull/1079),
|
|
373
|
+
[`5db72cf`](https://github.com/appium/python-client/commit/5db72cfb12b5e3c07f3280ad7fb006ceb04ee5b2))
|
|
374
|
+
|
|
375
|
+
- **deps-dev**: Update ruff requirement from ~=0.8.5 to ~=0.8.6
|
|
376
|
+
([#1080](https://github.com/appium/python-client/pull/1080),
|
|
377
|
+
[`a1986d4`](https://github.com/appium/python-client/commit/a1986d4821d2878456eb2760be9487ee83c99c17))
|
|
378
|
+
|
|
379
|
+
- **deps-dev**: Update ruff requirement from ~=0.8.6 to ~=0.9.0
|
|
380
|
+
([#1081](https://github.com/appium/python-client/pull/1081),
|
|
381
|
+
[`4cdbed7`](https://github.com/appium/python-client/commit/4cdbed78c9d45f9b59c0cfabfbcb5acb91901de1))
|
|
382
|
+
|
|
383
|
+
- **deps-dev**: Update ruff requirement from ~=0.9.0 to ~=0.9.1
|
|
384
|
+
([#1082](https://github.com/appium/python-client/pull/1082),
|
|
385
|
+
[`8117add`](https://github.com/appium/python-client/commit/8117add172b4cfd0ad03c96d09873eb0162d649d))
|
|
386
|
+
|
|
387
|
+
- **deps-dev**: Update ruff requirement from ~=0.9.1 to ~=0.9.2
|
|
388
|
+
([#1083](https://github.com/appium/python-client/pull/1083),
|
|
389
|
+
[`0ea049a`](https://github.com/appium/python-client/commit/0ea049af1db4f4cd89ce169879e38a6be354ca90))
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
## v4.4.0 (2024-11-29)
|
|
393
|
+
|
|
394
|
+
### Bug Fixes
|
|
395
|
+
|
|
396
|
+
- Adding selenium typing ([#1071](https://github.com/appium/python-client/pull/1071),
|
|
397
|
+
[`00e9a6e`](https://github.com/appium/python-client/commit/00e9a6e6e934ab9c9cc1e92aacb05b6bbefd08ff))
|
|
398
|
+
|
|
399
|
+
- Using single quotes ([#1071](https://github.com/appium/python-client/pull/1071),
|
|
400
|
+
[`00e9a6e`](https://github.com/appium/python-client/commit/00e9a6e6e934ab9c9cc1e92aacb05b6bbefd08ff))
|
|
401
|
+
|
|
402
|
+
### Chores
|
|
403
|
+
|
|
404
|
+
- Dump ruff
|
|
405
|
+
([`e4f06ab`](https://github.com/appium/python-client/commit/e4f06abf1f6bc302bde373071d1e3c007a67c03a))
|
|
406
|
+
|
|
407
|
+
- **deps**: Bump selenium from 4.26.1 to 4.27.0
|
|
408
|
+
([#1067](https://github.com/appium/python-client/pull/1067),
|
|
409
|
+
[`ea61c2e`](https://github.com/appium/python-client/commit/ea61c2e8f80c64365610321ef0e6f512280fdbc0))
|
|
410
|
+
|
|
411
|
+
- **deps**: Bump selenium from 4.27.0 to 4.27.1
|
|
412
|
+
([#1068](https://github.com/appium/python-client/pull/1068),
|
|
413
|
+
[`dd8ef74`](https://github.com/appium/python-client/commit/dd8ef742e850cb74fc0d2ed897e638278d696d42))
|
|
414
|
+
|
|
415
|
+
- **deps-dev**: Update ruff requirement from ~=0.7.3 to ~=0.7.4
|
|
416
|
+
([#1063](https://github.com/appium/python-client/pull/1063),
|
|
417
|
+
[`fef190e`](https://github.com/appium/python-client/commit/fef190ed8064c9e6fe717fb1bdfee5019edc28f3))
|
|
418
|
+
|
|
419
|
+
### Features
|
|
420
|
+
|
|
421
|
+
- Added typing for AppiumBy ([#1071](https://github.com/appium/python-client/pull/1071),
|
|
422
|
+
[`00e9a6e`](https://github.com/appium/python-client/commit/00e9a6e6e934ab9c9cc1e92aacb05b6bbefd08ff))
|
|
423
|
+
|
|
424
|
+
- Added typing for AppiumBy types ([#1071](https://github.com/appium/python-client/pull/1071),
|
|
425
|
+
[`00e9a6e`](https://github.com/appium/python-client/commit/00e9a6e6e934ab9c9cc1e92aacb05b6bbefd08ff))
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
## v4.3.0 (2024-11-12)
|
|
429
|
+
|
|
430
|
+
### Chores
|
|
431
|
+
|
|
432
|
+
- Update pre-commit ([#1058](https://github.com/appium/python-client/pull/1058),
|
|
433
|
+
[`cd1070a`](https://github.com/appium/python-client/commit/cd1070af807d7ff1c42e4d2270452560738e254d))
|
|
434
|
+
|
|
435
|
+
- **deps-dev**: Update ruff requirement from ~=0.7.0 to ~=0.7.2
|
|
436
|
+
([#1057](https://github.com/appium/python-client/pull/1057),
|
|
437
|
+
[`86f4d48`](https://github.com/appium/python-client/commit/86f4d4847d09e9a1077d3126ebad6e0faca2b3b0))
|
|
438
|
+
|
|
439
|
+
- **deps-dev**: Update ruff requirement from ~=0.7.2 to ~=0.7.3
|
|
440
|
+
([#1060](https://github.com/appium/python-client/pull/1060),
|
|
441
|
+
[`f26f763`](https://github.com/appium/python-client/commit/f26f763f138813781bb8d5382bf3c7c8ae61adf5))
|
|
442
|
+
|
|
443
|
+
### Documentation
|
|
444
|
+
|
|
445
|
+
- Update CHANGELOG.rst
|
|
446
|
+
([`6bd041a`](https://github.com/appium/python-client/commit/6bd041a8812bdf5a6a35a44ab4d207efab4a6854))
|
|
447
|
+
|
|
448
|
+
- Update the readme ([#1054](https://github.com/appium/python-client/pull/1054),
|
|
449
|
+
[`94a6da7`](https://github.com/appium/python-client/commit/94a6da755ef3e3af88b0fba6322a2e69dc123d37))
|
|
450
|
+
|
|
451
|
+
### Features
|
|
452
|
+
|
|
453
|
+
- Require selenium 4.26+ ([#1054](https://github.com/appium/python-client/pull/1054),
|
|
454
|
+
[`94a6da7`](https://github.com/appium/python-client/commit/94a6da755ef3e3af88b0fba6322a2e69dc123d37))
|
|
455
|
+
|
|
456
|
+
- Support selenium 4.26+: support ClientConfig and refactoring internal implementation
|
|
457
|
+
([#1054](https://github.com/appium/python-client/pull/1054),
|
|
458
|
+
[`94a6da7`](https://github.com/appium/python-client/commit/94a6da755ef3e3af88b0fba6322a2e69dc123d37))
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
## v4.2.1 (2024-10-31)
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
## v4.1.1 (2024-10-31)
|
|
465
|
+
|
|
466
|
+
### Chores
|
|
467
|
+
|
|
468
|
+
- Allow selenium binging up to 4.25 ([#1055](https://github.com/appium/python-client/pull/1055),
|
|
469
|
+
[`a22306e`](https://github.com/appium/python-client/commit/a22306ea1eb035148d8c801ff2c3321f4c02708c))
|
|
470
|
+
|
|
471
|
+
- Revert unnecessary change ([#1046](https://github.com/appium/python-client/pull/1046),
|
|
472
|
+
[`27595c4`](https://github.com/appium/python-client/commit/27595c40cceb33219cecd28c14c0e8fbdb566a37))
|
|
473
|
+
|
|
474
|
+
- Update precommit config
|
|
475
|
+
([`b8daf2c`](https://github.com/appium/python-client/commit/b8daf2c67cbcdbbc10a75b9a45f4a415a5057b95))
|
|
476
|
+
|
|
477
|
+
- Update release script
|
|
478
|
+
([`7ac1fd9`](https://github.com/appium/python-client/commit/7ac1fd9bcdba2fa29bea8c2f746da30f5420920f))
|
|
479
|
+
|
|
480
|
+
- Use proper type declarations for methods returning self instances
|
|
481
|
+
([#1039](https://github.com/appium/python-client/pull/1039),
|
|
482
|
+
[`be51520`](https://github.com/appium/python-client/commit/be51520d2e204a63035fc99eaa1f796db3fed615))
|
|
483
|
+
|
|
484
|
+
- Use ruff (isort, pylint and pyflakes) instead of individual isort, pylint and black libraries
|
|
485
|
+
([#1043](https://github.com/appium/python-client/pull/1043),
|
|
486
|
+
[`8f2b059`](https://github.com/appium/python-client/commit/8f2b059586f9e73fb431043a655729f655719884))
|
|
487
|
+
|
|
488
|
+
- **deps**: Update selenium requirement from ~=4.24 to ~=4.25
|
|
489
|
+
([#1026](https://github.com/appium/python-client/pull/1026),
|
|
490
|
+
[`5778a50`](https://github.com/appium/python-client/commit/5778a502fb6203395bc1e5043ddb430342593493))
|
|
491
|
+
|
|
492
|
+
- **deps**: Update sphinx requirement from <7.0,>=4.0 to >=4.0,<9.0
|
|
493
|
+
([#1009](https://github.com/appium/python-client/pull/1009),
|
|
494
|
+
[`2dab159`](https://github.com/appium/python-client/commit/2dab159ef8cfd7d1b70ea382d4fd65246c7bc61e))
|
|
495
|
+
|
|
496
|
+
- **deps**: Update sphinx-rtd-theme requirement from <3.0 to <4.0
|
|
497
|
+
([#1040](https://github.com/appium/python-client/pull/1040),
|
|
498
|
+
[`fdbd03a`](https://github.com/appium/python-client/commit/fdbd03ab6a966601223c1d3dadbff21363c2e1d3))
|
|
499
|
+
|
|
500
|
+
- **deps-dev**: Update pytest-cov requirement from ~=4.1 to ~=5.0
|
|
501
|
+
([#975](https://github.com/appium/python-client/pull/975),
|
|
502
|
+
[`2c775ee`](https://github.com/appium/python-client/commit/2c775ee518c17b8a95d8ec1302d9fb1654498d12))
|
|
503
|
+
|
|
504
|
+
- **deps-dev**: Update ruff requirement from ~=0.6.9 to ~=0.7.0
|
|
505
|
+
([#1049](https://github.com/appium/python-client/pull/1049),
|
|
506
|
+
[`36786ef`](https://github.com/appium/python-client/commit/36786ef9c504e06f16212a5730e0d9274dca8fad))
|
|
507
|
+
|
|
508
|
+
- **deps-dev**: Update tox requirement from ~=4.20 to ~=4.21
|
|
509
|
+
([#1037](https://github.com/appium/python-client/pull/1037),
|
|
510
|
+
[`e4b40ae`](https://github.com/appium/python-client/commit/e4b40aefc573429d40d51b60ac03ca2961b3313e))
|
|
511
|
+
|
|
512
|
+
- **deps-dev**: Update tox requirement from ~=4.21 to ~=4.22
|
|
513
|
+
([#1047](https://github.com/appium/python-client/pull/1047),
|
|
514
|
+
[`0a403bc`](https://github.com/appium/python-client/commit/0a403bcd650ae3e759b55ef370618364f897ccfa))
|
|
515
|
+
|
|
516
|
+
- **deps-dev**: Update tox requirement from ~=4.22 to ~=4.23
|
|
517
|
+
([#1048](https://github.com/appium/python-client/pull/1048),
|
|
518
|
+
[`7ac6bb8`](https://github.com/appium/python-client/commit/7ac6bb833022b7dd6c753fd806904ab9f3e9fb79))
|
|
519
|
+
|
|
520
|
+
### Documentation
|
|
521
|
+
|
|
522
|
+
- Add options matrix in readme ([#1046](https://github.com/appium/python-client/pull/1046),
|
|
523
|
+
[`27595c4`](https://github.com/appium/python-client/commit/27595c40cceb33219cecd28c14c0e8fbdb566a37))
|
|
524
|
+
|
|
525
|
+
- Add tweak pathds ([#1046](https://github.com/appium/python-client/pull/1046),
|
|
526
|
+
[`27595c4`](https://github.com/appium/python-client/commit/27595c40cceb33219cecd28c14c0e8fbdb566a37))
|
|
527
|
+
|
|
528
|
+
- Update selenium compatibility matrix
|
|
529
|
+
([`f3632a6`](https://github.com/appium/python-client/commit/f3632a6a1f413dbabff1fd5b7c1f605b5b33fb8b))
|
|
530
|
+
|
|
531
|
+
### Features
|
|
532
|
+
|
|
533
|
+
- Add a separate function for service startup validation
|
|
534
|
+
([#1038](https://github.com/appium/python-client/pull/1038),
|
|
535
|
+
[`90b9978`](https://github.com/appium/python-client/commit/90b9978601e834518b19092b3d66f241d6c420a5))
|
|
536
|
+
|
|
537
|
+
### Testing
|
|
538
|
+
|
|
539
|
+
- Cleanup duplicated tests more ([#1032](https://github.com/appium/python-client/pull/1032),
|
|
540
|
+
[`fea88d1`](https://github.com/appium/python-client/commit/fea88d1397d2721fa4da8a48a1a1a5cd6bbde6c7))
|
|
541
|
+
|
|
542
|
+
- Cleanup func tests for ios more ([#1036](https://github.com/appium/python-client/pull/1036),
|
|
543
|
+
[`2b48a09`](https://github.com/appium/python-client/commit/2b48a09a707e669b1d8caa9d48ca578ecc34f3e4))
|
|
544
|
+
|
|
545
|
+
- Cleanup functional tests and move to unit test to CI stable
|
|
546
|
+
([#1024](https://github.com/appium/python-client/pull/1024),
|
|
547
|
+
[`9cdfe5c`](https://github.com/appium/python-client/commit/9cdfe5c7cb58c4cd9495a15658ed17a5681b79d6))
|
|
548
|
+
|
|
549
|
+
- Cleanup ios ([#1034](https://github.com/appium/python-client/pull/1034),
|
|
550
|
+
[`8773351`](https://github.com/appium/python-client/commit/877335152c0e0e705e36867d4449631d5385925a))
|
|
551
|
+
|
|
552
|
+
- Cleanup test more ([#1032](https://github.com/appium/python-client/pull/1032),
|
|
553
|
+
[`fea88d1`](https://github.com/appium/python-client/commit/fea88d1397d2721fa4da8a48a1a1a5cd6bbde6c7))
|
|
554
|
+
|
|
555
|
+
- Cleanup tests more ([#1033](https://github.com/appium/python-client/pull/1033),
|
|
556
|
+
[`9a3a633`](https://github.com/appium/python-client/commit/9a3a6337c375d3ece124df459e231fbfd0f2d8b1))
|
|
557
|
+
|
|
558
|
+
- Just remove existing ones ([#1032](https://github.com/appium/python-client/pull/1032),
|
|
559
|
+
[`fea88d1`](https://github.com/appium/python-client/commit/fea88d1397d2721fa4da8a48a1a1a5cd6bbde6c7))
|
|
560
|
+
|
|
561
|
+
- Remove some functional test which is tested in unit tets
|
|
562
|
+
([#1033](https://github.com/appium/python-client/pull/1033),
|
|
563
|
+
[`9a3a633`](https://github.com/appium/python-client/commit/9a3a6337c375d3ece124df459e231fbfd0f2d8b1))
|
|
564
|
+
|
|
565
|
+
- Remvoe location tests ([#1033](https://github.com/appium/python-client/pull/1033),
|
|
566
|
+
[`9a3a633`](https://github.com/appium/python-client/commit/9a3a6337c375d3ece124df459e231fbfd0f2d8b1))
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
## v4.2.0 (2024-09-23)
|
|
570
|
+
|
|
571
|
+
### Bug Fixes
|
|
572
|
+
|
|
573
|
+
- Add missing __init__.py ([#1029](https://github.com/appium/python-client/pull/1029),
|
|
574
|
+
[`25da847`](https://github.com/appium/python-client/commit/25da8476e2826bf8d495030a395080ddc83bc7a7))
|
|
575
|
+
|
|
576
|
+
### Chores
|
|
577
|
+
|
|
578
|
+
- **deps**: Update selenium requirement from ~=4.23 to ~=4.24
|
|
579
|
+
([#1018](https://github.com/appium/python-client/pull/1018),
|
|
580
|
+
[`8d53160`](https://github.com/appium/python-client/commit/8d531601d2ed0d2abf1a0ed253214afe630a418f))
|
|
581
|
+
|
|
582
|
+
- **deps-dev**: Update black requirement from <24.0.0 to <25.0.0
|
|
583
|
+
([#950](https://github.com/appium/python-client/pull/950),
|
|
584
|
+
[`87ec961`](https://github.com/appium/python-client/commit/87ec96177e9a4bcec67099fbd3acb6d3e0a838fb))
|
|
585
|
+
|
|
586
|
+
- **deps-dev**: Update pylint requirement from ~=3.2.6 to ~=3.2.7
|
|
587
|
+
([#1019](https://github.com/appium/python-client/pull/1019),
|
|
588
|
+
[`d8c1260`](https://github.com/appium/python-client/commit/d8c126009be3916058b926f1ea38770486fe7a10))
|
|
589
|
+
|
|
590
|
+
- **deps-dev**: Update tox requirement from ~=4.18 to ~=4.19
|
|
591
|
+
([#1020](https://github.com/appium/python-client/pull/1020),
|
|
592
|
+
[`54a9ef1`](https://github.com/appium/python-client/commit/54a9ef17d349d7978b391825a9c0fe2a8ca266bf))
|
|
593
|
+
|
|
594
|
+
- **deps-dev**: Update tox requirement from ~=4.19 to ~=4.20
|
|
595
|
+
([#1021](https://github.com/appium/python-client/pull/1021),
|
|
596
|
+
[`bb8d509`](https://github.com/appium/python-client/commit/bb8d50920f6dc417f38f7ee5fd74a783e9558b72))
|
|
597
|
+
|
|
598
|
+
### Documentation
|
|
599
|
+
|
|
600
|
+
- Modify readme
|
|
601
|
+
([`d0ad068`](https://github.com/appium/python-client/commit/d0ad06893d3b1635eacfa06e50a74cdcf874d019))
|
|
602
|
+
|
|
603
|
+
### Features
|
|
604
|
+
|
|
605
|
+
- Add flutter integration driver commands and tests
|
|
606
|
+
([#1022](https://github.com/appium/python-client/pull/1022),
|
|
607
|
+
[`2ffa930`](https://github.com/appium/python-client/commit/2ffa930270b455131217c2d8373fd32096b2c95c))
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
## v4.1.0 (2024-08-17)
|
|
611
|
+
|
|
612
|
+
### Chores
|
|
613
|
+
|
|
614
|
+
- Remove non-reference variables, import and fix test names to run them properly
|
|
615
|
+
([#1006](https://github.com/appium/python-client/pull/1006),
|
|
616
|
+
[`e34ca80`](https://github.com/appium/python-client/commit/e34ca80812713d16806ab09af7f35f98e5b7a846))
|
|
617
|
+
|
|
618
|
+
- **deps**: Update selenium requirement from ~=4.22 to ~=4.23
|
|
619
|
+
([#1003](https://github.com/appium/python-client/pull/1003),
|
|
620
|
+
[`1c5321a`](https://github.com/appium/python-client/commit/1c5321abaf238ea752dc9a3581143328ce8b5b03))
|
|
621
|
+
|
|
622
|
+
- **deps-dev**: Update pylint requirement from ~=3.2.2 to ~=3.2.5
|
|
623
|
+
([#1000](https://github.com/appium/python-client/pull/1000),
|
|
624
|
+
[`d20db86`](https://github.com/appium/python-client/commit/d20db86741220b9d155bf16391f41260cc0d552b))
|
|
625
|
+
|
|
626
|
+
- **deps-dev**: Update pylint requirement from ~=3.2.5 to ~=3.2.6
|
|
627
|
+
([#1005](https://github.com/appium/python-client/pull/1005),
|
|
628
|
+
[`6d66d92`](https://github.com/appium/python-client/commit/6d66d92673956c3e077ecf6909b4662cc182dd72))
|
|
629
|
+
|
|
630
|
+
- **deps-dev**: Update pytest requirement from ~=8.2 to ~=8.3
|
|
631
|
+
([#1004](https://github.com/appium/python-client/pull/1004),
|
|
632
|
+
[`e75f8e9`](https://github.com/appium/python-client/commit/e75f8e9274a80a17f324b112c55698b0b298d53c))
|
|
633
|
+
|
|
634
|
+
- **deps-dev**: Update tox requirement from ~=4.15 to ~=4.16
|
|
635
|
+
([#1002](https://github.com/appium/python-client/pull/1002),
|
|
636
|
+
[`3f3f11a`](https://github.com/appium/python-client/commit/3f3f11aa5ab27a96e22fab10c74863b0380d2349))
|
|
637
|
+
|
|
638
|
+
- **deps-dev**: Update tox requirement from ~=4.16 to ~=4.18
|
|
639
|
+
([#1013](https://github.com/appium/python-client/pull/1013),
|
|
640
|
+
[`f7b0256`](https://github.com/appium/python-client/commit/f7b0256d7821eab0d302995765a6bde34931164a))
|
|
641
|
+
|
|
642
|
+
### Continuous Integration
|
|
643
|
+
|
|
644
|
+
- Move Azure to GHA (Android) ([#1007](https://github.com/appium/python-client/pull/1007),
|
|
645
|
+
[`b148174`](https://github.com/appium/python-client/commit/b148174f14e014ac961f185d3bac715e5c8e32c3))
|
|
646
|
+
|
|
647
|
+
- Moving to GHA ([#1010](https://github.com/appium/python-client/pull/1010),
|
|
648
|
+
[`fb06ca1`](https://github.com/appium/python-client/commit/fb06ca12dbe4c1be936f0c0525a864ee932a5614))
|
|
649
|
+
|
|
650
|
+
- Run func_test_android4 ([#1010](https://github.com/appium/python-client/pull/1010),
|
|
651
|
+
[`fb06ca1`](https://github.com/appium/python-client/commit/fb06ca12dbe4c1be936f0c0525a864ee932a5614))
|
|
652
|
+
|
|
653
|
+
- Run other android tests on GHA ([#1008](https://github.com/appium/python-client/pull/1008),
|
|
654
|
+
[`0e13381`](https://github.com/appium/python-client/commit/0e13381c7c7b7b0f7a00d8a5145fd2b591a3763d))
|
|
655
|
+
|
|
656
|
+
- Run other android tests on GHA a few more
|
|
657
|
+
([#1008](https://github.com/appium/python-client/pull/1008),
|
|
658
|
+
[`0e13381`](https://github.com/appium/python-client/commit/0e13381c7c7b7b0f7a00d8a5145fd2b591a3763d))
|
|
659
|
+
|
|
660
|
+
### Documentation
|
|
661
|
+
|
|
662
|
+
- Replace badge source ([#1012](https://github.com/appium/python-client/pull/1012),
|
|
663
|
+
[`834c854`](https://github.com/appium/python-client/commit/834c8549b82ef0dd0d5a8307fe6635045b6c3ac0))
|
|
664
|
+
|
|
665
|
+
### Features
|
|
666
|
+
|
|
667
|
+
- Add app_path property ("appPath") to Mac2Options
|
|
668
|
+
([#1014](https://github.com/appium/python-client/pull/1014),
|
|
669
|
+
[`18c4723`](https://github.com/appium/python-client/commit/18c4723e7f7ebfca104bff92a720c667f1269223))
|
|
670
|
+
|
|
671
|
+
### Testing
|
|
672
|
+
|
|
673
|
+
- Fix tests ([#1010](https://github.com/appium/python-client/pull/1010),
|
|
674
|
+
[`fb06ca1`](https://github.com/appium/python-client/commit/fb06ca12dbe4c1be936f0c0525a864ee932a5614))
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
## v4.0.1 (2024-07-08)
|
|
678
|
+
|
|
679
|
+
### Bug Fixes
|
|
680
|
+
|
|
681
|
+
- Typo and update test ([#992](https://github.com/appium/python-client/pull/992),
|
|
682
|
+
[`a9af896`](https://github.com/appium/python-client/commit/a9af896bc08735e2927c8ace90be2e420b09ce5e))
|
|
683
|
+
|
|
684
|
+
### Chores
|
|
685
|
+
|
|
686
|
+
- Add mobile: replacements to clipboard API wrappers
|
|
687
|
+
([#998](https://github.com/appium/python-client/pull/998),
|
|
688
|
+
[`19d4f4b`](https://github.com/appium/python-client/commit/19d4f4b2ab02caed0dcbe781196698e279230d5b))
|
|
689
|
+
|
|
690
|
+
- Remove IOS_UIAUTOMATION ([#979](https://github.com/appium/python-client/pull/979),
|
|
691
|
+
[`9e63569`](https://github.com/appium/python-client/commit/9e63569b570d7a897264110a18c621c7a25f72ae))
|
|
692
|
+
|
|
693
|
+
- **deps**: Update selenium requirement from ~=4.18 to ~=4.19
|
|
694
|
+
([#976](https://github.com/appium/python-client/pull/976),
|
|
695
|
+
[`7bd1b06`](https://github.com/appium/python-client/commit/7bd1b0665028771d06036b2b31fe76d9d32490a4))
|
|
696
|
+
|
|
697
|
+
- **deps**: Update selenium requirement from ~=4.19 to ~=4.20
|
|
698
|
+
([#981](https://github.com/appium/python-client/pull/981),
|
|
699
|
+
[`cdc715b`](https://github.com/appium/python-client/commit/cdc715b686e41ab39c61e37448b934f32aa498af))
|
|
700
|
+
|
|
701
|
+
- **deps**: Update selenium requirement from ~=4.20 to ~=4.21
|
|
702
|
+
([#991](https://github.com/appium/python-client/pull/991),
|
|
703
|
+
[`850055d`](https://github.com/appium/python-client/commit/850055db9b5a44f30b0821f73672b19611173a27))
|
|
704
|
+
|
|
705
|
+
- **deps**: Update selenium requirement from ~=4.21 to ~=4.22
|
|
706
|
+
([#996](https://github.com/appium/python-client/pull/996),
|
|
707
|
+
[`6e06805`](https://github.com/appium/python-client/commit/6e06805dc80f382a54442fa5a30de4ce4d3388c2))
|
|
708
|
+
|
|
709
|
+
- **deps**: Update sphinx-rtd-theme requirement from <2.0 to <3.0
|
|
710
|
+
([#935](https://github.com/appium/python-client/pull/935),
|
|
711
|
+
[`81a50e3`](https://github.com/appium/python-client/commit/81a50e344d26e4124e8019d0736f6240ac46267b))
|
|
712
|
+
|
|
713
|
+
- **deps-dev**: Update pylint requirement from ~=3.1.0 to ~=3.2.2
|
|
714
|
+
([#993](https://github.com/appium/python-client/pull/993),
|
|
715
|
+
[`fa7e6d4`](https://github.com/appium/python-client/commit/fa7e6d44e13ea586bcbe73a1ba4464b97516ff51))
|
|
716
|
+
|
|
717
|
+
- **deps-dev**: Update pytest requirement from ~=8.1 to ~=8.2
|
|
718
|
+
([#983](https://github.com/appium/python-client/pull/983),
|
|
719
|
+
[`9c142b8`](https://github.com/appium/python-client/commit/9c142b8916269e420e5feb11b869feabf3eb583b))
|
|
720
|
+
|
|
721
|
+
- **deps-dev**: Update tox requirement from ~=4.14 to ~=4.15
|
|
722
|
+
([#982](https://github.com/appium/python-client/pull/982),
|
|
723
|
+
[`7551deb`](https://github.com/appium/python-client/commit/7551deb2c2bd4331385f8a6fb7dd60762d113865))
|
|
724
|
+
|
|
725
|
+
- **deps-dev**: Update types-python-dateutil requirement
|
|
726
|
+
([#973](https://github.com/appium/python-client/pull/973),
|
|
727
|
+
[`1871e4a`](https://github.com/appium/python-client/commit/1871e4af09dd54e66f4483d0951d1df09b60faa0))
|
|
728
|
+
|
|
729
|
+
### Continuous Integration
|
|
730
|
+
|
|
731
|
+
- Add initial gha to run by manual ([#984](https://github.com/appium/python-client/pull/984),
|
|
732
|
+
[`328c8d3`](https://github.com/appium/python-client/commit/328c8d3d941352503d9ff69baa9dddea40eddfe4))
|
|
733
|
+
|
|
734
|
+
- Bump conventional-pr-action to v3 ([#989](https://github.com/appium/python-client/pull/989),
|
|
735
|
+
[`f256501`](https://github.com/appium/python-client/commit/f2565016b4a6f4a5fe5381d843960f46a71a1b02))
|
|
736
|
+
|
|
737
|
+
- Enable trigger
|
|
738
|
+
([`f6e2b53`](https://github.com/appium/python-client/commit/f6e2b5335af8aef0e07c1d444fc85a0d7be6481d))
|
|
739
|
+
|
|
740
|
+
- Move the file
|
|
741
|
+
([`85e921c`](https://github.com/appium/python-client/commit/85e921c8a1149d27f5136f723140f9770ee692dd))
|
|
742
|
+
|
|
743
|
+
- Use gha instead of Azure for iOS in Azure
|
|
744
|
+
([#987](https://github.com/appium/python-client/pull/987),
|
|
745
|
+
[`5442e60`](https://github.com/appium/python-client/commit/5442e60b6c219cfb539d73c3d2277148b9f8311c))
|
|
746
|
+
|
|
747
|
+
### Documentation
|
|
748
|
+
|
|
749
|
+
- Fix typo ([#992](https://github.com/appium/python-client/pull/992),
|
|
750
|
+
[`a9af896`](https://github.com/appium/python-client/commit/a9af896bc08735e2927c8ace90be2e420b09ce5e))
|
|
751
|
+
|
|
752
|
+
- Missing appium python client version in the compatibility matrix
|
|
753
|
+
([`91aa2a1`](https://github.com/appium/python-client/commit/91aa2a11de3d4d9a7f36e062a932d7aba8d77ba1))
|
|
754
|
+
|
|
755
|
+
- Update docstring ([#986](https://github.com/appium/python-client/pull/986),
|
|
756
|
+
[`67a561d`](https://github.com/appium/python-client/commit/67a561d40b814b68b76381731a4da99805d79b3f))
|
|
757
|
+
|
|
758
|
+
### Testing
|
|
759
|
+
|
|
760
|
+
- Fix one test ([#992](https://github.com/appium/python-client/pull/992),
|
|
761
|
+
[`a9af896`](https://github.com/appium/python-client/commit/a9af896bc08735e2927c8ace90be2e420b09ce5e))
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
## v4.0.0 (2024-03-11)
|
|
765
|
+
|
|
766
|
+
### Chores
|
|
767
|
+
|
|
768
|
+
- Remove deprecated AppiumBy.WINDOWS_UI_AUTOMATION
|
|
769
|
+
([#968](https://github.com/appium/python-client/pull/968),
|
|
770
|
+
[`706f3f5`](https://github.com/appium/python-client/commit/706f3f5e91b666f91f197e9149d959d6126b8b44))
|
|
771
|
+
|
|
772
|
+
- **deps-dev**: Update pylint requirement from ~=3.0.3 to ~=3.1.0
|
|
773
|
+
([#966](https://github.com/appium/python-client/pull/966),
|
|
774
|
+
[`3330b9a`](https://github.com/appium/python-client/commit/3330b9ae75f67b8c1b572f837d7f3f1e2cfe7a82))
|
|
775
|
+
|
|
776
|
+
- **deps-dev**: Update pytest requirement from ~=8.0 to ~=8.1
|
|
777
|
+
([#969](https://github.com/appium/python-client/pull/969),
|
|
778
|
+
[`9136957`](https://github.com/appium/python-client/commit/9136957c42190da413aa8ebf5173cbfe9b5fb39b))
|
|
779
|
+
|
|
780
|
+
- **deps-dev**: Update python-dateutil requirement from ~=2.8 to ~=2.9
|
|
781
|
+
([#967](https://github.com/appium/python-client/pull/967),
|
|
782
|
+
[`08d7fbb`](https://github.com/appium/python-client/commit/08d7fbb4c0346744d34c383ec849fcbcfedb0c09))
|
|
783
|
+
|
|
784
|
+
- **deps-dev**: Update tox requirement from ~=4.12 to ~=4.13
|
|
785
|
+
([#957](https://github.com/appium/python-client/pull/957),
|
|
786
|
+
[`12200e7`](https://github.com/appium/python-client/commit/12200e7adf18cfe145a735de7f083974a19d902f))
|
|
787
|
+
|
|
788
|
+
- **deps-dev**: Update tox requirement from ~=4.13 to ~=4.14
|
|
789
|
+
([#972](https://github.com/appium/python-client/pull/972),
|
|
790
|
+
[`6492c27`](https://github.com/appium/python-client/commit/6492c27339b661b4fcd518a92c1c45d288d9de88))
|
|
791
|
+
|
|
792
|
+
### Documentation
|
|
793
|
+
|
|
794
|
+
- Update readme
|
|
795
|
+
([`aca3593`](https://github.com/appium/python-client/commit/aca359309c6e16c0848ca27489458035e72f0c4a))
|
|
796
|
+
|
|
797
|
+
### Features
|
|
798
|
+
|
|
799
|
+
- Remove MultiAction and TouchAction ([#960](https://github.com/appium/python-client/pull/960),
|
|
800
|
+
[`4d8db65`](https://github.com/appium/python-client/commit/4d8db65bfb672180a9bd0a52a3254ddd1f4c5eb0))
|
|
801
|
+
|
|
802
|
+
### Breaking Changes
|
|
803
|
+
|
|
804
|
+
- Remove MultiAction and TouchAction as non-w3c WebDriver-defined methods. Please use w3c actions
|
|
805
|
+
instead.
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
## v3.2.1 (2024-02-25)
|
|
809
|
+
|
|
810
|
+
### Bug Fixes
|
|
811
|
+
|
|
812
|
+
- Unclosed file <_io.BufferedReader name error by proper cleanup of subprocess.Popen process
|
|
813
|
+
([#965](https://github.com/appium/python-client/pull/965),
|
|
814
|
+
[`ac9965d`](https://github.com/appium/python-client/commit/ac9965da3839d4709625d2912abc577f52bc2dc1))
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
## v3.2.0 (2024-02-23)
|
|
818
|
+
|
|
819
|
+
### Bug Fixes
|
|
820
|
+
|
|
821
|
+
- Add return self in MultiAction#add ([#964](https://github.com/appium/python-client/pull/964),
|
|
822
|
+
[`2e0ff4e`](https://github.com/appium/python-client/commit/2e0ff4e043eb8efd114d0f9f1f9f5c99a7d08d96))
|
|
823
|
+
|
|
824
|
+
### Chores
|
|
825
|
+
|
|
826
|
+
- **deps**: Update selenium requirement from ~=4.15 to ~=4.17
|
|
827
|
+
([#948](https://github.com/appium/python-client/pull/948),
|
|
828
|
+
[`bdac0b8`](https://github.com/appium/python-client/commit/bdac0b89b51d70ffea12df15adaec86ba4a986a2))
|
|
829
|
+
|
|
830
|
+
- **deps**: Update selenium requirement from ~=4.17 to ~=4.18
|
|
831
|
+
([#958](https://github.com/appium/python-client/pull/958),
|
|
832
|
+
[`1c6dcdf`](https://github.com/appium/python-client/commit/1c6dcdf642aaaa46facc6174d80a339fa49684f4))
|
|
833
|
+
|
|
834
|
+
- **deps-dev**: Update pytest requirement from ~=7.4 to ~=8.0
|
|
835
|
+
([#953](https://github.com/appium/python-client/pull/953),
|
|
836
|
+
[`92583ce`](https://github.com/appium/python-client/commit/92583ce39003b740bb5e57bbf2114d283d884d22))
|
|
837
|
+
|
|
838
|
+
- **deps-dev**: Update tox requirement from ~=4.11 to ~=4.12
|
|
839
|
+
([#947](https://github.com/appium/python-client/pull/947),
|
|
840
|
+
[`5be0ea0`](https://github.com/appium/python-client/commit/5be0ea08ef291cff4651b23fb820812562e8cf0d))
|
|
841
|
+
|
|
842
|
+
### Documentation
|
|
843
|
+
|
|
844
|
+
- Tweak docstring ([#961](https://github.com/appium/python-client/pull/961),
|
|
845
|
+
[`686d486`](https://github.com/appium/python-client/commit/686d4864185b86bc61038099be116ec68fe3c0c9))
|
|
846
|
+
|
|
847
|
+
- Update example in readme ([#945](https://github.com/appium/python-client/pull/945),
|
|
848
|
+
[`e2d238e`](https://github.com/appium/python-client/commit/e2d238e10a526ab041e9fed428d996e14adde1ce))
|
|
849
|
+
|
|
850
|
+
- Update links ([#944](https://github.com/appium/python-client/pull/944),
|
|
851
|
+
[`39a89c8`](https://github.com/appium/python-client/commit/39a89c86357d00ee12db2af74ea3906c118fdec0))
|
|
852
|
+
|
|
853
|
+
- Update W3C actions example in readme ([#946](https://github.com/appium/python-client/pull/946),
|
|
854
|
+
[`ea9e09e`](https://github.com/appium/python-client/commit/ea9e09e45c0650a39b7861b15ece85f8a77fdbc9))
|
|
855
|
+
|
|
856
|
+
### Features
|
|
857
|
+
|
|
858
|
+
- Add pause in drag_and_drop ([#961](https://github.com/appium/python-client/pull/961),
|
|
859
|
+
[`686d486`](https://github.com/appium/python-client/commit/686d4864185b86bc61038099be116ec68fe3c0c9))
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
## v3.1.1 (2023-12-14)
|
|
863
|
+
|
|
864
|
+
### Bug Fixes
|
|
865
|
+
|
|
866
|
+
- Self.command_executor instance in _update_command_executor
|
|
867
|
+
([#940](https://github.com/appium/python-client/pull/940),
|
|
868
|
+
[`17639ea`](https://github.com/appium/python-client/commit/17639ea682c06fe5ea23fb5999dcf009b7baa36c))
|
|
869
|
+
|
|
870
|
+
- Typo in ActionHelpers ([#937](https://github.com/appium/python-client/pull/937),
|
|
871
|
+
[`63770e8`](https://github.com/appium/python-client/commit/63770e8cba8c1d9d4bb3324b621bc96b037d242f))
|
|
872
|
+
|
|
873
|
+
### Chores
|
|
874
|
+
|
|
875
|
+
- **deps**: Update selenium requirement from ~=4.14 to ~=4.15
|
|
876
|
+
([#933](https://github.com/appium/python-client/pull/933),
|
|
877
|
+
[`876233e`](https://github.com/appium/python-client/commit/876233e115ef68839f614e89f3dd7bd523222d36))
|
|
878
|
+
|
|
879
|
+
- **deps-dev**: Update pylint requirement from ~=3.0.1 to ~=3.0.3
|
|
880
|
+
([#939](https://github.com/appium/python-client/pull/939),
|
|
881
|
+
[`69ca059`](https://github.com/appium/python-client/commit/69ca0595727043645d5c0d9488e2b51e77784075))
|
|
882
|
+
|
|
883
|
+
### Documentation
|
|
884
|
+
|
|
885
|
+
- Address options in the migration guide ([#929](https://github.com/appium/python-client/pull/929),
|
|
886
|
+
[`1e281bf`](https://github.com/appium/python-client/commit/1e281bf085138ee85187770c263ffd91e5a83e58))
|
|
887
|
+
|
|
888
|
+
- Adress options in the migration guide ([#929](https://github.com/appium/python-client/pull/929),
|
|
889
|
+
[`1e281bf`](https://github.com/appium/python-client/commit/1e281bf085138ee85187770c263ffd91e5a83e58))
|
|
890
|
+
|
|
891
|
+
- Update changelog
|
|
892
|
+
([`1a81153`](https://github.com/appium/python-client/commit/1a811534c92427885dfc1954deef4c2976d1c5b3))
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
## v3.1.0 (2023-10-13)
|
|
896
|
+
|
|
897
|
+
### Chores
|
|
898
|
+
|
|
899
|
+
- **deps**: Update selenium requirement from ~=4.12 to ~=4.13
|
|
900
|
+
([#915](https://github.com/appium/python-client/pull/915),
|
|
901
|
+
[`894380b`](https://github.com/appium/python-client/commit/894380b697bef35f98510b41a8ddafb2a3d21aa8))
|
|
902
|
+
|
|
903
|
+
- **deps**: Update selenium requirement from ~=4.13 to ~=4.14
|
|
904
|
+
([#923](https://github.com/appium/python-client/pull/923),
|
|
905
|
+
[`6f1cf34`](https://github.com/appium/python-client/commit/6f1cf34aa61551aaf37eb68a534ce4f8aca6a683))
|
|
906
|
+
|
|
907
|
+
- **deps-dev**: Update pylint requirement from ~=2.17.5 to ~=3.0.1
|
|
908
|
+
([#922](https://github.com/appium/python-client/pull/922),
|
|
909
|
+
[`3d7324e`](https://github.com/appium/python-client/commit/3d7324e4aeae731e5eb01d3881f246a5bb753798))
|
|
910
|
+
|
|
911
|
+
### Continuous Integration
|
|
912
|
+
|
|
913
|
+
- Use appium from the release branch
|
|
914
|
+
([`8d58eb7`](https://github.com/appium/python-client/commit/8d58eb7e31331ea473d209c5bc42346fd7b8fe3d))
|
|
915
|
+
|
|
916
|
+
### Documentation
|
|
917
|
+
|
|
918
|
+
- Update README.md ([#912](https://github.com/appium/python-client/pull/912),
|
|
919
|
+
[`fa7ba6e`](https://github.com/appium/python-client/commit/fa7ba6ee5ee91c914f69e34547993af62995462f))
|
|
920
|
+
|
|
921
|
+
- Update README.md for v3 ([#912](https://github.com/appium/python-client/pull/912),
|
|
922
|
+
[`fa7ba6e`](https://github.com/appium/python-client/commit/fa7ba6ee5ee91c914f69e34547993af62995462f))
|
|
923
|
+
|
|
924
|
+
### Features
|
|
925
|
+
|
|
926
|
+
- Add missing platformVersion and browserName options
|
|
927
|
+
([#925](https://github.com/appium/python-client/pull/925),
|
|
928
|
+
[`d93a6ca`](https://github.com/appium/python-client/commit/d93a6caadb071598454fb7af0569576258ac4093))
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
## v3.0.0 (2023-09-08)
|
|
932
|
+
|
|
933
|
+
### Bug Fixes
|
|
934
|
+
|
|
935
|
+
- Add missing dependencies for types-python-dateutil
|
|
936
|
+
([#891](https://github.com/appium/python-client/pull/891),
|
|
937
|
+
[`78bbb73`](https://github.com/appium/python-client/commit/78bbb73fdea80eac98468096d8e187f2def8f866))
|
|
938
|
+
|
|
939
|
+
- Handle the situation where payload is already a dictionary
|
|
940
|
+
([#892](https://github.com/appium/python-client/pull/892),
|
|
941
|
+
[`9edf6eb`](https://github.com/appium/python-client/commit/9edf6ebfff75d4b2d84b67e6601bed764613aa8e))
|
|
942
|
+
|
|
943
|
+
### Chores
|
|
944
|
+
|
|
945
|
+
- Run pre-commit autoupdate ([#890](https://github.com/appium/python-client/pull/890),
|
|
946
|
+
[`0cf35fc`](https://github.com/appium/python-client/commit/0cf35fc2be341beae51e5ec14407ca73f16eb29e))
|
|
947
|
+
|
|
948
|
+
- Update isort revision to 5.12.0 ([#889](https://github.com/appium/python-client/pull/889),
|
|
949
|
+
[`2853ac0`](https://github.com/appium/python-client/commit/2853ac0b8814cea4a6192c69b56b508a667042c8))
|
|
950
|
+
|
|
951
|
+
- **deps**: Update selenium requirement from ~=4.10 to ~=4.11
|
|
952
|
+
([#899](https://github.com/appium/python-client/pull/899),
|
|
953
|
+
[`2223f11`](https://github.com/appium/python-client/commit/2223f11b213162b21984fbece871a210fea48e39))
|
|
954
|
+
|
|
955
|
+
- **deps-dev**: Update mock requirement from ~=5.0 to ~=5.1
|
|
956
|
+
([#893](https://github.com/appium/python-client/pull/893),
|
|
957
|
+
[`5f11530`](https://github.com/appium/python-client/commit/5f11530f93306a3c4c669fce327b2aef30c5e58c))
|
|
958
|
+
|
|
959
|
+
- **deps-dev**: Update pylint requirement from ~=2.17.3 to ~=2.17.5
|
|
960
|
+
([#897](https://github.com/appium/python-client/pull/897),
|
|
961
|
+
[`60b8ed5`](https://github.com/appium/python-client/commit/60b8ed5f9e50d056171f45994d811f6970a3f7d9))
|
|
962
|
+
|
|
963
|
+
- **deps-dev**: Update pytest requirement from ~=7.2 to ~=7.4
|
|
964
|
+
([#884](https://github.com/appium/python-client/pull/884),
|
|
965
|
+
[`fb8415e`](https://github.com/appium/python-client/commit/fb8415edf11e5f7302e24df5c3354c0c69fe8776))
|
|
966
|
+
|
|
967
|
+
- **deps-dev**: Update tox requirement from ~=4.6 to ~=4.8
|
|
968
|
+
([#902](https://github.com/appium/python-client/pull/902),
|
|
969
|
+
[`d5b84b8`](https://github.com/appium/python-client/commit/d5b84b899e4abad6afd914d0e5342476cb955de2))
|
|
970
|
+
|
|
971
|
+
- **deps-dev**: Update tox requirement from ~=4.8 to ~=4.11
|
|
972
|
+
([#906](https://github.com/appium/python-client/pull/906),
|
|
973
|
+
[`e344b7a`](https://github.com/appium/python-client/commit/e344b7a27a55dceebcfda22842efa6dfe965e39b))
|
|
974
|
+
|
|
975
|
+
- **deps-dev**: Update typing-extensions requirement
|
|
976
|
+
([#885](https://github.com/appium/python-client/pull/885),
|
|
977
|
+
[`43ad4db`](https://github.com/appium/python-client/commit/43ad4db272b8115e752177a8336a05dc3943e79e))
|
|
978
|
+
|
|
979
|
+
### Continuous Integration
|
|
980
|
+
|
|
981
|
+
- Add pylint_quotes for pylint to use single quote as primary method
|
|
982
|
+
([#886](https://github.com/appium/python-client/pull/886),
|
|
983
|
+
[`b142e00`](https://github.com/appium/python-client/commit/b142e00e3f47065752c80f71f2f8cb80bf2500f7))
|
|
984
|
+
|
|
985
|
+
### Documentation
|
|
986
|
+
|
|
987
|
+
- Update changelogs and version
|
|
988
|
+
([`6496619`](https://github.com/appium/python-client/commit/64966198b542cabd7bdb4d0dd6bdb1a4f8f0bf08))
|
|
989
|
+
|
|
990
|
+
- Update README.md ([#898](https://github.com/appium/python-client/pull/898),
|
|
991
|
+
[`a1792ff`](https://github.com/appium/python-client/commit/a1792ffa51f472dd631c406dcf2f92fe78ae47e5))
|
|
992
|
+
|
|
993
|
+
### Features
|
|
994
|
+
|
|
995
|
+
- Update selenium dependency to 4.12 ([#908](https://github.com/appium/python-client/pull/908),
|
|
996
|
+
[`2e49569`](https://github.com/appium/python-client/commit/2e49569ed45751df4c6953466f9769336698c033))
|
|
997
|
+
|
|
998
|
+
### Refactoring
|
|
999
|
+
|
|
1000
|
+
- Remove several previously deprecated APIs
|
|
1001
|
+
([#909](https://github.com/appium/python-client/pull/909),
|
|
1002
|
+
[`264f202`](https://github.com/appium/python-client/commit/264f202ca5cd5cbcb1a139ef5cc29095d12e2cce))
|
|
1003
|
+
|
|
1004
|
+
### Testing
|
|
1005
|
+
|
|
1006
|
+
- Fix broken TestContextSwitching by replacing selendroid with ApiDemos
|
|
1007
|
+
([#895](https://github.com/appium/python-client/pull/895),
|
|
1008
|
+
[`06fe1b5`](https://github.com/appium/python-client/commit/06fe1b5e558059c3608df9dcf3f66420e60952ee))
|
|
1009
|
+
|
|
1010
|
+
- Remove selendroid-test-app.apk from apps folder
|
|
1011
|
+
([#895](https://github.com/appium/python-client/pull/895),
|
|
1012
|
+
[`06fe1b5`](https://github.com/appium/python-client/commit/06fe1b5e558059c3608df9dcf3f66420e60952ee))
|
|
1013
|
+
|
|
1014
|
+
- Remove unused import pytest from applications_tests.py
|
|
1015
|
+
([#895](https://github.com/appium/python-client/pull/895),
|
|
1016
|
+
[`06fe1b5`](https://github.com/appium/python-client/commit/06fe1b5e558059c3608df9dcf3f66420e60952ee))
|
|
1017
|
+
|
|
1018
|
+
- Replace usage of selendroid app from 'test_install_app' in applications_tests.py
|
|
1019
|
+
([#895](https://github.com/appium/python-client/pull/895),
|
|
1020
|
+
[`06fe1b5`](https://github.com/appium/python-client/commit/06fe1b5e558059c3608df9dcf3f66420e60952ee))
|
|
1021
|
+
|
|
1022
|
+
- Replace usage of selendroid app from 'test_install_app' in applications_tests.py
|
|
1023
|
+
([#891](https://github.com/appium/python-client/pull/891),
|
|
1024
|
+
[`78bbb73`](https://github.com/appium/python-client/commit/78bbb73fdea80eac98468096d8e187f2def8f866))
|
|
1025
|
+
|
|
1026
|
+
- Selendroid cleanup ([#895](https://github.com/appium/python-client/pull/895),
|
|
1027
|
+
[`06fe1b5`](https://github.com/appium/python-client/commit/06fe1b5e558059c3608df9dcf3f66420e60952ee))
|
|
1028
|
+
|
|
1029
|
+
### Breaking Changes
|
|
1030
|
+
|
|
1031
|
+
- Removed obsolete all_sessions and session properties BREAKING CHANGE: Removed the obsolete
|
|
1032
|
+
start_activity method BREAKING CHANGE: Removed the obsolete end_test_coverage method BREAKING
|
|
1033
|
+
CHANGE: Removed the following obsolete arguments from the driver constructor:
|
|
1034
|
+
desired_capabilities, browser_profile, proxy BREAKING CHANGE: Removed obsolete set_value and
|
|
1035
|
+
set_text methods BREAKING CHANGE: Removed the obsolete MobileBy class BREAKING CHANGE: Removed
|
|
1036
|
+
obsolete application management methods: launch_app, close_app, reset BREAKING CHANGE: Removed
|
|
1037
|
+
obsolete IME methods: available_ime_engines, is_ime_active, activate_ime_engine,
|
|
1038
|
+
deactivate_ime_engine, active_ime_engine
|
|
1039
|
+
|
|
1040
|
+
- The minimum supported Python version set to 3.8 BREAKING CHANGE: The minimum supported selenium
|
|
1041
|
+
version set to 4.12
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
## v2.11.1 (2023-06-13)
|
|
1045
|
+
|
|
1046
|
+
### Chores
|
|
1047
|
+
|
|
1048
|
+
- Left a comment
|
|
1049
|
+
([`54a082e`](https://github.com/appium/python-client/commit/54a082e3fd2b20cb505a9464d51c6be91c16a926))
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
## v2.11.0 (2023-06-09)
|
|
1053
|
+
|
|
1054
|
+
### Chores
|
|
1055
|
+
|
|
1056
|
+
- Set version with / ([#793](https://github.com/appium/python-client/pull/793),
|
|
1057
|
+
[`f304f65`](https://github.com/appium/python-client/commit/f304f6509796580111240770a5f310fa6536f11c))
|
|
1058
|
+
|
|
1059
|
+
- Update comment ([#793](https://github.com/appium/python-client/pull/793),
|
|
1060
|
+
[`f304f65`](https://github.com/appium/python-client/commit/f304f6509796580111240770a5f310fa6536f11c))
|
|
1061
|
+
|
|
1062
|
+
### Features
|
|
1063
|
+
|
|
1064
|
+
- Make the UA format with same as other clients
|
|
1065
|
+
([#793](https://github.com/appium/python-client/pull/793),
|
|
1066
|
+
[`f304f65`](https://github.com/appium/python-client/commit/f304f6509796580111240770a5f310fa6536f11c))
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
## v2.10.2 (2023-06-08)
|
|
1070
|
+
|
|
1071
|
+
### Bug Fixes
|
|
1072
|
+
|
|
1073
|
+
- Update the constructor for compatibility with python client 4.10
|
|
1074
|
+
([#879](https://github.com/appium/python-client/pull/879),
|
|
1075
|
+
[`c0f38bf`](https://github.com/appium/python-client/commit/c0f38bf293fbae141bed8a9c49643a7b8b75efed))
|
|
1076
|
+
|
|
1077
|
+
### Chores
|
|
1078
|
+
|
|
1079
|
+
- Nump the version
|
|
1080
|
+
([`8bb7b4c`](https://github.com/appium/python-client/commit/8bb7b4ccac8f54d2922e90ace30108ef7dd70057))
|
|
1081
|
+
|
|
1082
|
+
- Remove duplicated clean command ([#809](https://github.com/appium/python-client/pull/809),
|
|
1083
|
+
[`2f45ef9`](https://github.com/appium/python-client/commit/2f45ef935c12dec2ab8de044ce6a1c1e0b9aa46f))
|
|
1084
|
+
|
|
1085
|
+
- Set the max selenium deps version ([#874](https://github.com/appium/python-client/pull/874),
|
|
1086
|
+
[`2e7a6a3`](https://github.com/appium/python-client/commit/2e7a6a3e80852883d30d3d5e3859a5fdd1e29eb6))
|
|
1087
|
+
|
|
1088
|
+
- **deps-dev**: Update pytest-cov requirement from ~=4.0 to ~=4.1
|
|
1089
|
+
([#872](https://github.com/appium/python-client/pull/872),
|
|
1090
|
+
[`74f39ed`](https://github.com/appium/python-client/commit/74f39eda8129a45a9798b948733d726b76237973))
|
|
1091
|
+
|
|
1092
|
+
- **deps-dev**: Update tox requirement from ~=4.5 to ~=4.6
|
|
1093
|
+
([#877](https://github.com/appium/python-client/pull/877),
|
|
1094
|
+
[`a4e4118`](https://github.com/appium/python-client/commit/a4e411848f7e46af4d0484925dbbc55061aee5f7))
|
|
1095
|
+
|
|
1096
|
+
- **deps-dev**: Update typing-extensions requirement
|
|
1097
|
+
([#871](https://github.com/appium/python-client/pull/871),
|
|
1098
|
+
[`1e4c574`](https://github.com/appium/python-client/commit/1e4c574718bdbbb00fb6c81b7499f1a746294ab3))
|
|
1099
|
+
|
|
1100
|
+
### Continuous Integration
|
|
1101
|
+
|
|
1102
|
+
- Add py11 for the unit test ([#875](https://github.com/appium/python-client/pull/875),
|
|
1103
|
+
[`5a4b6d0`](https://github.com/appium/python-client/commit/5a4b6d0729601b3fdb821e93ebe24bf2d248c65b))
|
|
1104
|
+
|
|
1105
|
+
- Add python 11 ([#874](https://github.com/appium/python-client/pull/874),
|
|
1106
|
+
[`2e7a6a3`](https://github.com/appium/python-client/commit/2e7a6a3e80852883d30d3d5e3859a5fdd1e29eb6))
|
|
1107
|
+
|
|
1108
|
+
### Documentation
|
|
1109
|
+
|
|
1110
|
+
- Address version management recommendation in the readme
|
|
1111
|
+
([#874](https://github.com/appium/python-client/pull/874),
|
|
1112
|
+
[`2e7a6a3`](https://github.com/appium/python-client/commit/2e7a6a3e80852883d30d3d5e3859a5fdd1e29eb6))
|
|
1113
|
+
|
|
1114
|
+
- Improve usage examples ([#873](https://github.com/appium/python-client/pull/873),
|
|
1115
|
+
[`1f6dec3`](https://github.com/appium/python-client/commit/1f6dec384e7c911a134662ee2393221d0af298b9))
|
|
1116
|
+
|
|
1117
|
+
- Merge the matrix pr into README.md ([#874](https://github.com/appium/python-client/pull/874),
|
|
1118
|
+
[`2e7a6a3`](https://github.com/appium/python-client/commit/2e7a6a3e80852883d30d3d5e3859a5fdd1e29eb6))
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
## v2.10.1 (2023-05-20)
|
|
1122
|
+
|
|
1123
|
+
### Bug Fixes
|
|
1124
|
+
|
|
1125
|
+
- W3C errors to exception classes mapping ([#869](https://github.com/appium/python-client/pull/869),
|
|
1126
|
+
[`5c20a35`](https://github.com/appium/python-client/commit/5c20a358ae94c996ea3ddd4964ad828005b17801))
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
## v2.10.0 (2023-05-11)
|
|
1130
|
+
|
|
1131
|
+
### Bug Fixes
|
|
1132
|
+
|
|
1133
|
+
- Update connection manager creation ([#864](https://github.com/appium/python-client/pull/864),
|
|
1134
|
+
[`2dbce79`](https://github.com/appium/python-client/commit/2dbce790fe6b87ff489a3dcf1d4872f9e2873595))
|
|
1135
|
+
|
|
1136
|
+
### Chores
|
|
1137
|
+
|
|
1138
|
+
- Bump and correct version
|
|
1139
|
+
([`49d38dd`](https://github.com/appium/python-client/commit/49d38ddb18fc7341bb901a6642f15823a7bc80b6))
|
|
1140
|
+
|
|
1141
|
+
- **deps**: Update selenium requirement from ~=4.7 to ~=4.9
|
|
1142
|
+
([#852](https://github.com/appium/python-client/pull/852),
|
|
1143
|
+
[`0cfa3ef`](https://github.com/appium/python-client/commit/0cfa3ef79ae93cb917ff76d446b57cefbec5ed8f))
|
|
1144
|
+
|
|
1145
|
+
- **deps-dev**: Update mypy requirement from ~=1.1 to ~=1.2
|
|
1146
|
+
([#848](https://github.com/appium/python-client/pull/848),
|
|
1147
|
+
[`bb76339`](https://github.com/appium/python-client/commit/bb76339bc6b9bc3ae8eab7de1c416a1ff906317e))
|
|
1148
|
+
|
|
1149
|
+
- **deps-dev**: Update pylint requirement from ~=2.17.1 to ~=2.17.2
|
|
1150
|
+
([#847](https://github.com/appium/python-client/pull/847),
|
|
1151
|
+
[`37e357b`](https://github.com/appium/python-client/commit/37e357b1371f0e76ddbe3d0954d3315df19c15d1))
|
|
1152
|
+
|
|
1153
|
+
- **deps-dev**: Update pylint requirement from ~=2.17.2 to ~=2.17.3
|
|
1154
|
+
([#853](https://github.com/appium/python-client/pull/853),
|
|
1155
|
+
[`4031de2`](https://github.com/appium/python-client/commit/4031de2aad7918da0e3b083fc2be5a37865e4d79))
|
|
1156
|
+
|
|
1157
|
+
- **deps-dev**: Update tox requirement from ~=4.4 to ~=4.5
|
|
1158
|
+
([#854](https://github.com/appium/python-client/pull/854),
|
|
1159
|
+
[`790ffed`](https://github.com/appium/python-client/commit/790ffedc4440db92666fb1a5b17193e7b5b88343))
|
|
1160
|
+
|
|
1161
|
+
### Refactoring
|
|
1162
|
+
|
|
1163
|
+
- Move driver-specific commands to use extensions (part1)
|
|
1164
|
+
([#856](https://github.com/appium/python-client/pull/856),
|
|
1165
|
+
[`622f3df`](https://github.com/appium/python-client/commit/622f3df7f3871e7f3442af29ff274d855b10bb49))
|
|
1166
|
+
|
|
1167
|
+
- Move driver-specific commands to use extensions (part2)
|
|
1168
|
+
([#859](https://github.com/appium/python-client/pull/859),
|
|
1169
|
+
[`d988f3c`](https://github.com/appium/python-client/commit/d988f3c51c03f61cca39289450c009aafb0fe30a))
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
## v2.9.0 (2023-04-01)
|
|
1173
|
+
|
|
1174
|
+
### Bug Fixes
|
|
1175
|
+
|
|
1176
|
+
- Set_value and set_text sent incorrect data
|
|
1177
|
+
([#831](https://github.com/appium/python-client/pull/831),
|
|
1178
|
+
[`91dc04b`](https://github.com/appium/python-client/commit/91dc04bd4313227b860158cd0d72d45723bcc664))
|
|
1179
|
+
|
|
1180
|
+
### Chores
|
|
1181
|
+
|
|
1182
|
+
- **deps-dev**: Update mypy requirement from ~=0.991 to ~=1.0
|
|
1183
|
+
([#828](https://github.com/appium/python-client/pull/828),
|
|
1184
|
+
[`2e19f0d`](https://github.com/appium/python-client/commit/2e19f0d8139c2ab265346f033b809cac4b49d118))
|
|
1185
|
+
|
|
1186
|
+
- **deps-dev**: Update mypy requirement from ~=1.0 to ~=1.1
|
|
1187
|
+
([#836](https://github.com/appium/python-client/pull/836),
|
|
1188
|
+
[`8c845c1`](https://github.com/appium/python-client/commit/8c845c1a33c9ed6045e7f60884608ba1f7430817))
|
|
1189
|
+
|
|
1190
|
+
- **deps-dev**: Update pylint requirement from ~=2.15.10 to ~=2.16.0
|
|
1191
|
+
([#826](https://github.com/appium/python-client/pull/826),
|
|
1192
|
+
[`6acf1f0`](https://github.com/appium/python-client/commit/6acf1f0577940c3cdf216d27ba1cedf122abee60))
|
|
1193
|
+
|
|
1194
|
+
- **deps-dev**: Update pylint requirement from ~=2.16.0 to ~=2.16.1
|
|
1195
|
+
([#827](https://github.com/appium/python-client/pull/827),
|
|
1196
|
+
[`cb7d8c5`](https://github.com/appium/python-client/commit/cb7d8c508a23e5a57e70cfd6d942255c9109ef65))
|
|
1197
|
+
|
|
1198
|
+
- **deps-dev**: Update pylint requirement from ~=2.16.1 to ~=2.16.2
|
|
1199
|
+
([#829](https://github.com/appium/python-client/pull/829),
|
|
1200
|
+
[`0cb646d`](https://github.com/appium/python-client/commit/0cb646d28053afa82b16a3daea0a408498893de8))
|
|
1201
|
+
|
|
1202
|
+
- **deps-dev**: Update pylint requirement from ~=2.16.2 to ~=2.16.3
|
|
1203
|
+
([#834](https://github.com/appium/python-client/pull/834),
|
|
1204
|
+
[`11beb71`](https://github.com/appium/python-client/commit/11beb71f7b9d9ae4b96abac62a8ef901165bff06))
|
|
1205
|
+
|
|
1206
|
+
- **deps-dev**: Update pylint requirement from ~=2.16.3 to ~=2.17.0
|
|
1207
|
+
([#838](https://github.com/appium/python-client/pull/838),
|
|
1208
|
+
[`cbcc539`](https://github.com/appium/python-client/commit/cbcc539827658c7aaa16147f8da7907405c59031))
|
|
1209
|
+
|
|
1210
|
+
- **deps-dev**: Update pylint requirement from ~=2.17.0 to ~=2.17.1
|
|
1211
|
+
([#843](https://github.com/appium/python-client/pull/843),
|
|
1212
|
+
[`6d558c0`](https://github.com/appium/python-client/commit/6d558c0411e3e46d06f03c7fe72337e72699e599))
|
|
1213
|
+
|
|
1214
|
+
- **deps-dev**: Update tox requirement from ~=4.3 to ~=4.4
|
|
1215
|
+
([#823](https://github.com/appium/python-client/pull/823),
|
|
1216
|
+
[`ec81af5`](https://github.com/appium/python-client/commit/ec81af5cec22ea1f9b390b8147d95895040789bb))
|
|
1217
|
+
|
|
1218
|
+
- **deps-dev**: Update typing-extensions requirement
|
|
1219
|
+
([#830](https://github.com/appium/python-client/pull/830),
|
|
1220
|
+
[`c2a80fa`](https://github.com/appium/python-client/commit/c2a80fa716d3ff12b850019dd6638bfde909408f))
|
|
1221
|
+
|
|
1222
|
+
### Features
|
|
1223
|
+
|
|
1224
|
+
- Can provide a custom connection ([#844](https://github.com/appium/python-client/pull/844),
|
|
1225
|
+
[`2c92c04`](https://github.com/appium/python-client/commit/2c92c04b3d470ec00ce96d2696483ae02f4df0d8))
|
|
1226
|
+
|
|
1227
|
+
- Respect the given executor ([#844](https://github.com/appium/python-client/pull/844),
|
|
1228
|
+
[`2c92c04`](https://github.com/appium/python-client/commit/2c92c04b3d470ec00ce96d2696483ae02f4df0d8))
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
## v2.8.1 (2023-01-20)
|
|
1232
|
+
|
|
1233
|
+
### Chores
|
|
1234
|
+
|
|
1235
|
+
- Update docstring in touch_action.py ([#797](https://github.com/appium/python-client/pull/797),
|
|
1236
|
+
[`c8cb24a`](https://github.com/appium/python-client/commit/c8cb24a1a7c7e60821ef25462110283b4bc0408e))
|
|
1237
|
+
|
|
1238
|
+
- Update precommit ([#787](https://github.com/appium/python-client/pull/787),
|
|
1239
|
+
[`c78e240`](https://github.com/appium/python-client/commit/c78e2406b07ffefceff35ed3ffd52e89ef521dfd))
|
|
1240
|
+
|
|
1241
|
+
- **deps**: Update selenium requirement from ~=4.5 to ~=4.7
|
|
1242
|
+
([#801](https://github.com/appium/python-client/pull/801),
|
|
1243
|
+
[`ab13d72`](https://github.com/appium/python-client/commit/ab13d7265d2956995806f73368e242170395d2b3))
|
|
1244
|
+
|
|
1245
|
+
- **deps**: Update sphinx requirement from <6.0,>=4.0 to >=4.0,<7.0
|
|
1246
|
+
([#814](https://github.com/appium/python-client/pull/814),
|
|
1247
|
+
[`8b96d05`](https://github.com/appium/python-client/commit/8b96d054f2474f1a2349f144cd3f30d8613962b3))
|
|
1248
|
+
|
|
1249
|
+
- **deps-dev**: Update black requirement from ~=22.10.0 to ~=22.12.0
|
|
1250
|
+
([#807](https://github.com/appium/python-client/pull/807),
|
|
1251
|
+
[`8c51dc3`](https://github.com/appium/python-client/commit/8c51dc3d06f6ffdfe6f556176012998fe8db524f))
|
|
1252
|
+
|
|
1253
|
+
- **deps-dev**: Update isort requirement from ~=5.10 to ~=5.11
|
|
1254
|
+
([#808](https://github.com/appium/python-client/pull/808),
|
|
1255
|
+
[`8d8fb02`](https://github.com/appium/python-client/commit/8d8fb02bdb081f06cd51b8c39b74971c1ab81a55))
|
|
1256
|
+
|
|
1257
|
+
- **deps-dev**: Update mock requirement from ~=4.0 to ~=5.0
|
|
1258
|
+
([#812](https://github.com/appium/python-client/pull/812),
|
|
1259
|
+
[`3c59823`](https://github.com/appium/python-client/commit/3c59823e94b5c19e60b00addc3454868897ac1df))
|
|
1260
|
+
|
|
1261
|
+
- **deps-dev**: Update mypy requirement from ~=0.982 to ~=0.991
|
|
1262
|
+
([#798](https://github.com/appium/python-client/pull/798),
|
|
1263
|
+
[`47db483`](https://github.com/appium/python-client/commit/47db48349d7b90bc18f0df1b926e24287ccb5a06))
|
|
1264
|
+
|
|
1265
|
+
- **deps-dev**: Update pre-commit requirement from ~=2.20 to ~=2.21
|
|
1266
|
+
([#811](https://github.com/appium/python-client/pull/811),
|
|
1267
|
+
[`55ac01f`](https://github.com/appium/python-client/commit/55ac01faaff90dd14a87b94193fb30bb8511f124))
|
|
1268
|
+
|
|
1269
|
+
- **deps-dev**: Update pylint requirement from ~=2.15.3 to ~=2.15.4
|
|
1270
|
+
([#788](https://github.com/appium/python-client/pull/788),
|
|
1271
|
+
[`a41b2fc`](https://github.com/appium/python-client/commit/a41b2fc6c42a6f6318a08b0a7c19f0785cff41d4))
|
|
1272
|
+
|
|
1273
|
+
- **deps-dev**: Update pylint requirement from ~=2.15.4 to ~=2.15.5
|
|
1274
|
+
([#790](https://github.com/appium/python-client/pull/790),
|
|
1275
|
+
[`6c27689`](https://github.com/appium/python-client/commit/6c2768931fc11a17dbed9f2b635ba4628c3426cc))
|
|
1276
|
+
|
|
1277
|
+
- **deps-dev**: Update pylint requirement from ~=2.15.5 to ~=2.15.6
|
|
1278
|
+
([#799](https://github.com/appium/python-client/pull/799),
|
|
1279
|
+
[`63464f8`](https://github.com/appium/python-client/commit/63464f8a1c1e85afa2b03897e745f1c17d2fcb6c))
|
|
1280
|
+
|
|
1281
|
+
- **deps-dev**: Update pylint requirement from ~=2.15.6 to ~=2.15.7
|
|
1282
|
+
([#800](https://github.com/appium/python-client/pull/800),
|
|
1283
|
+
[`36c602c`](https://github.com/appium/python-client/commit/36c602c4efc8385ae0cbf916cfa4e8e50b7868c9))
|
|
1284
|
+
|
|
1285
|
+
- **deps-dev**: Update pylint requirement from ~=2.15.7 to ~=2.15.8
|
|
1286
|
+
([#804](https://github.com/appium/python-client/pull/804),
|
|
1287
|
+
[`3903e29`](https://github.com/appium/python-client/commit/3903e29d73cc6bd69fc9bf353a6c32714ec5ab97))
|
|
1288
|
+
|
|
1289
|
+
- **deps-dev**: Update pylint requirement from ~=2.15.8 to ~=2.15.9
|
|
1290
|
+
([#810](https://github.com/appium/python-client/pull/810),
|
|
1291
|
+
[`644aa72`](https://github.com/appium/python-client/commit/644aa724b7939aae01bdcd055b0541bf879bde2b))
|
|
1292
|
+
|
|
1293
|
+
- **deps-dev**: Update pylint requirement from ~=2.15.9 to ~=2.15.10
|
|
1294
|
+
([#816](https://github.com/appium/python-client/pull/816),
|
|
1295
|
+
[`01d96fd`](https://github.com/appium/python-client/commit/01d96fd8a4645c1ba0df89a8bdd372693f5c98b0))
|
|
1296
|
+
|
|
1297
|
+
- **deps-dev**: Update pytest requirement from ~=7.1 to ~=7.2
|
|
1298
|
+
([#791](https://github.com/appium/python-client/pull/791),
|
|
1299
|
+
[`d5f7a25`](https://github.com/appium/python-client/commit/d5f7a2571f3bed15ad26edb5d1fd907c4508f965))
|
|
1300
|
+
|
|
1301
|
+
- **deps-dev**: Update tox requirement from ~=3.26 to ~=3.27
|
|
1302
|
+
([#792](https://github.com/appium/python-client/pull/792),
|
|
1303
|
+
[`df5bcb8`](https://github.com/appium/python-client/commit/df5bcb8725e3fead2ada8e0f368fa9cd24ac3555))
|
|
1304
|
+
|
|
1305
|
+
- **deps-dev**: Update tox requirement from ~=3.27 to ~=4.0
|
|
1306
|
+
([#806](https://github.com/appium/python-client/pull/806),
|
|
1307
|
+
[`45ca8cf`](https://github.com/appium/python-client/commit/45ca8cf6069dd515c1bd6bc4ae7656f7e2e7ed3a))
|
|
1308
|
+
|
|
1309
|
+
- **deps-dev**: Update tox requirement from ~=4.0 to ~=4.1
|
|
1310
|
+
([#813](https://github.com/appium/python-client/pull/813),
|
|
1311
|
+
[`827011e`](https://github.com/appium/python-client/commit/827011e2dbe39c887edfb562848b9fb3eff54a1b))
|
|
1312
|
+
|
|
1313
|
+
- **deps-dev**: Update tox requirement from ~=4.1 to ~=4.2
|
|
1314
|
+
([#815](https://github.com/appium/python-client/pull/815),
|
|
1315
|
+
[`7941203`](https://github.com/appium/python-client/commit/79412033c600a1369559d8b5cce084c471f072d9))
|
|
1316
|
+
|
|
1317
|
+
- **deps-dev**: Update tox requirement from ~=4.2 to ~=4.3
|
|
1318
|
+
([#817](https://github.com/appium/python-client/pull/817),
|
|
1319
|
+
[`0651afc`](https://github.com/appium/python-client/commit/0651afcf2350e8dec41779d242d7c5972b39b174))
|
|
1320
|
+
|
|
1321
|
+
### Features
|
|
1322
|
+
|
|
1323
|
+
- Add status tentatively ([#820](https://github.com/appium/python-client/pull/820),
|
|
1324
|
+
[`431aba1`](https://github.com/appium/python-client/commit/431aba1de859df4d5b34bd1d0216d4a9caa53a0d))
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
## v2.7.1 (2022-10-11)
|
|
1328
|
+
|
|
1329
|
+
### Chores
|
|
1330
|
+
|
|
1331
|
+
- **deps**: Update selenium requirement from ~=4.4 to ~=4.5
|
|
1332
|
+
([#780](https://github.com/appium/python-client/pull/780),
|
|
1333
|
+
[`905eca6`](https://github.com/appium/python-client/commit/905eca69daa252238def9618ddd52588e5a28976))
|
|
1334
|
+
|
|
1335
|
+
- **deps-dev**: Update black requirement from ~=22.8.0 to ~=22.10.0
|
|
1336
|
+
([#784](https://github.com/appium/python-client/pull/784),
|
|
1337
|
+
[`c9e2632`](https://github.com/appium/python-client/commit/c9e2632e64214c96c1c19aad53734016dff59dfc))
|
|
1338
|
+
|
|
1339
|
+
- **deps-dev**: Update mypy requirement from ~=0.971 to ~=0.981
|
|
1340
|
+
([#777](https://github.com/appium/python-client/pull/777),
|
|
1341
|
+
[`38c1fb3`](https://github.com/appium/python-client/commit/38c1fb31199cb22952e1089cb5a8da583f1dfff9))
|
|
1342
|
+
|
|
1343
|
+
- **deps-dev**: Update mypy requirement from ~=0.981 to ~=0.982
|
|
1344
|
+
([#782](https://github.com/appium/python-client/pull/782),
|
|
1345
|
+
[`d7edba4`](https://github.com/appium/python-client/commit/d7edba49973613d5d6d74bebdb6e3c7b75f0dcec))
|
|
1346
|
+
|
|
1347
|
+
- **deps-dev**: Update pylint requirement from ~=2.15.2 to ~=2.15.3
|
|
1348
|
+
([#774](https://github.com/appium/python-client/pull/774),
|
|
1349
|
+
[`7d82821`](https://github.com/appium/python-client/commit/7d82821a03a42827ebe13c71c2742e175545a192))
|
|
1350
|
+
|
|
1351
|
+
- **deps-dev**: Update pytest-cov requirement from ~=3.0 to ~=4.0
|
|
1352
|
+
([#779](https://github.com/appium/python-client/pull/779),
|
|
1353
|
+
[`62bc72c`](https://github.com/appium/python-client/commit/62bc72ca114967490784823b1e1da6d11791f492))
|
|
1354
|
+
|
|
1355
|
+
- **deps-dev**: Update typing-extensions requirement
|
|
1356
|
+
([#783](https://github.com/appium/python-client/pull/783),
|
|
1357
|
+
[`1848fdf`](https://github.com/appium/python-client/commit/1848fdf915dc57d22cc04964b69239f6bc3c7250))
|
|
1358
|
+
|
|
1359
|
+
### Continuous Integration
|
|
1360
|
+
|
|
1361
|
+
- Comment out win for now ([#773](https://github.com/appium/python-client/pull/773),
|
|
1362
|
+
[`46a09b8`](https://github.com/appium/python-client/commit/46a09b81028c0d1b87f21d4d1c42de674c074e07))
|
|
1363
|
+
|
|
1364
|
+
- Remove unit test section ([#773](https://github.com/appium/python-client/pull/773),
|
|
1365
|
+
[`46a09b8`](https://github.com/appium/python-client/commit/46a09b81028c0d1b87f21d4d1c42de674c074e07))
|
|
1366
|
+
|
|
1367
|
+
- Run unit tests on actions ([#773](https://github.com/appium/python-client/pull/773),
|
|
1368
|
+
[`46a09b8`](https://github.com/appium/python-client/commit/46a09b81028c0d1b87f21d4d1c42de674c074e07))
|
|
1369
|
+
|
|
1370
|
+
- Tweak trigger ([#773](https://github.com/appium/python-client/pull/773),
|
|
1371
|
+
[`46a09b8`](https://github.com/appium/python-client/commit/46a09b81028c0d1b87f21d4d1c42de674c074e07))
|
|
1372
|
+
|
|
1373
|
+
### Refactoring
|
|
1374
|
+
|
|
1375
|
+
- Make service startup failures more helpful
|
|
1376
|
+
([#786](https://github.com/appium/python-client/pull/786),
|
|
1377
|
+
[`033071d`](https://github.com/appium/python-client/commit/033071d0603b9bade3bc49c92459b064ae574a02))
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
## v2.7.0 (2022-09-22)
|
|
1381
|
+
|
|
1382
|
+
### Bug Fixes
|
|
1383
|
+
|
|
1384
|
+
- Move dev-only dependencies to [dev-packages] section
|
|
1385
|
+
([#772](https://github.com/appium/python-client/pull/772),
|
|
1386
|
+
[`1a0246c`](https://github.com/appium/python-client/commit/1a0246cec0c3bf5f98fbf8ac20e1d5258f8e3e4f))
|
|
1387
|
+
|
|
1388
|
+
### Chores
|
|
1389
|
+
|
|
1390
|
+
- **deps**: Update pylint requirement from ~=2.15.2 to ~=2.15.3
|
|
1391
|
+
([#770](https://github.com/appium/python-client/pull/770),
|
|
1392
|
+
[`83f3c81`](https://github.com/appium/python-client/commit/83f3c817bd6f979b1febdf4d643640b2d6c49d82))
|
|
1393
|
+
|
|
1394
|
+
### Continuous Integration
|
|
1395
|
+
|
|
1396
|
+
- Fix runner name
|
|
1397
|
+
([`02a39a3`](https://github.com/appium/python-client/commit/02a39a31b9829635e91498ceea2099af5a4a493f))
|
|
1398
|
+
|
|
1399
|
+
### Documentation
|
|
1400
|
+
|
|
1401
|
+
- Update changelog for 2.6.2
|
|
1402
|
+
([`7a5fa26`](https://github.com/appium/python-client/commit/7a5fa26f3d066d311952a1b39983afa3e2c44547))
|
|
1403
|
+
|
|
1404
|
+
### Features
|
|
1405
|
+
|
|
1406
|
+
- Add appArguments option to WindowsOptions
|
|
1407
|
+
([#768](https://github.com/appium/python-client/pull/768),
|
|
1408
|
+
[`85cb104`](https://github.com/appium/python-client/commit/85cb1042373012d4c21fab2482090fe25a9422ac))
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
## v2.6.2 (2022-09-16)
|
|
1412
|
+
|
|
1413
|
+
### Bug Fixes
|
|
1414
|
+
|
|
1415
|
+
- Use total_seconds property of timedelta ([#767](https://github.com/appium/python-client/pull/767),
|
|
1416
|
+
[`b31b5eb`](https://github.com/appium/python-client/commit/b31b5ebe19eeeaf4216c712d213ae93f576f5943))
|
|
1417
|
+
|
|
1418
|
+
### Chores
|
|
1419
|
+
|
|
1420
|
+
- **deps**: Bump black from 22.6.0 to 22.8.0
|
|
1421
|
+
([#763](https://github.com/appium/python-client/pull/763),
|
|
1422
|
+
[`806d5df`](https://github.com/appium/python-client/commit/806d5dff7f5b60723d68f249e5da7656db6a836b))
|
|
1423
|
+
|
|
1424
|
+
- **deps**: Update astroid requirement from ~=2.9 to ~=2.12
|
|
1425
|
+
([#762](https://github.com/appium/python-client/pull/762),
|
|
1426
|
+
[`89193b9`](https://github.com/appium/python-client/commit/89193b9b677cd4bb7c163a778450d17723c89798))
|
|
1427
|
+
|
|
1428
|
+
- **deps**: Update pylint requirement from ~=2.14.5 to ~=2.15.0
|
|
1429
|
+
([#761](https://github.com/appium/python-client/pull/761),
|
|
1430
|
+
[`130766c`](https://github.com/appium/python-client/commit/130766c97910d44c997bffbb563edb2c8d6629b3))
|
|
1431
|
+
|
|
1432
|
+
- **deps**: Update pylint requirement from ~=2.15.0 to ~=2.15.2
|
|
1433
|
+
([#765](https://github.com/appium/python-client/pull/765),
|
|
1434
|
+
[`7734ea2`](https://github.com/appium/python-client/commit/7734ea2fe3668809545db2729bb41c0f383a77cb))
|
|
1435
|
+
|
|
1436
|
+
- **deps**: Update tox requirement from ~=3.25 to ~=3.26
|
|
1437
|
+
([#766](https://github.com/appium/python-client/pull/766),
|
|
1438
|
+
[`fbfccca`](https://github.com/appium/python-client/commit/fbfcccab17b49aa77063a80969a013b8246be861))
|
|
1439
|
+
|
|
1440
|
+
### Continuous Integration
|
|
1441
|
+
|
|
1442
|
+
- Add Conventional commit format validation
|
|
1443
|
+
([#764](https://github.com/appium/python-client/pull/764),
|
|
1444
|
+
[`047e927`](https://github.com/appium/python-client/commit/047e9277db99c97b00f3fed7e008e3227a8e9f34))
|
|
1445
|
+
|
|
1446
|
+
- Update Conventional Commits config preset
|
|
1447
|
+
([`98ab48d`](https://github.com/appium/python-client/commit/98ab48d6a3ebf108a4c45de20ef55b4aec5b09ea))
|
|
1448
|
+
|
|
1449
|
+
### Documentation
|
|
1450
|
+
|
|
1451
|
+
- Update changelog for 2.6.1
|
|
1452
|
+
([`0a929c6`](https://github.com/appium/python-client/commit/0a929c6dc3a98a191995d70ba0160aaf256313f7))
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
## v2.6.1 (2022-08-11)
|
|
1456
|
+
|
|
1457
|
+
### Bug Fixes
|
|
1458
|
+
|
|
1459
|
+
- Backwards compatible behaviour of swipe and scroll in action_helpers
|
|
1460
|
+
([#744](https://github.com/appium/python-client/pull/744),
|
|
1461
|
+
[`677c1a2`](https://github.com/appium/python-client/commit/677c1a2121053a0435f3e0d8f7798077a41aa067))
|
|
1462
|
+
|
|
1463
|
+
- Fix options in mac2 ([#759](https://github.com/appium/python-client/pull/759),
|
|
1464
|
+
[`0b711ae`](https://github.com/appium/python-client/commit/0b711aeb304e272f7b1a84ba59aa2bbd1edb4fb0))
|
|
1465
|
+
|
|
1466
|
+
- Move py.typed to the hierarchy root ([#751](https://github.com/appium/python-client/pull/751),
|
|
1467
|
+
[`af83bba`](https://github.com/appium/python-client/commit/af83bba3b75d501bb063313e7edb3216765a9042))
|
|
1468
|
+
|
|
1469
|
+
- Typos/copypaste in various options ([#750](https://github.com/appium/python-client/pull/750),
|
|
1470
|
+
[`c0b80dc`](https://github.com/appium/python-client/commit/c0b80dc8e8acf2f1c79a9e871f4ca23fb6d0b71d))
|
|
1471
|
+
|
|
1472
|
+
### Chores
|
|
1473
|
+
|
|
1474
|
+
- **deps**: Update mypy requirement from ~=0.961 to ~=0.971
|
|
1475
|
+
([#749](https://github.com/appium/python-client/pull/749),
|
|
1476
|
+
[`2a41c39`](https://github.com/appium/python-client/commit/2a41c398b588d88030f5fd128487b9d3eeb0afb5))
|
|
1477
|
+
|
|
1478
|
+
- **deps**: Update pylint requirement from ~=2.14.3 to ~=2.14.4
|
|
1479
|
+
([#742](https://github.com/appium/python-client/pull/742),
|
|
1480
|
+
[`23ed3be`](https://github.com/appium/python-client/commit/23ed3be57d613aae4dc7b1737f35e2577ffcc706))
|
|
1481
|
+
|
|
1482
|
+
- **deps**: Update pylint requirement from ~=2.14.4 to ~=2.14.5
|
|
1483
|
+
([#747](https://github.com/appium/python-client/pull/747),
|
|
1484
|
+
[`8e10ad8`](https://github.com/appium/python-client/commit/8e10ad83ad1fc0948759a3830ce3d90cd0f53b46))
|
|
1485
|
+
|
|
1486
|
+
- **deps**: Update selenium requirement from ~=4.3 to ~=4.4
|
|
1487
|
+
([#757](https://github.com/appium/python-client/pull/757),
|
|
1488
|
+
[`ff50af0`](https://github.com/appium/python-client/commit/ff50af081c75817f7e4bbfc582fcb0755214eac3))
|
|
1489
|
+
|
|
1490
|
+
- **deps**: Update typing-extensions requirement from ~=4.2 to ~=4.3
|
|
1491
|
+
([#745](https://github.com/appium/python-client/pull/745),
|
|
1492
|
+
[`8f53696`](https://github.com/appium/python-client/commit/8f53696db85f00dcdaf7d8b969c30bcc24ce7d1d))
|
|
1493
|
+
|
|
1494
|
+
- **deps-dev**: Update pre-commit requirement from ~=2.19 to ~=2.20
|
|
1495
|
+
([#746](https://github.com/appium/python-client/pull/746),
|
|
1496
|
+
[`217acf1`](https://github.com/appium/python-client/commit/217acf168e4c772d67a745509a9e51e70e643c10))
|
|
1497
|
+
|
|
1498
|
+
### Documentation
|
|
1499
|
+
|
|
1500
|
+
- Update changelog for 2.6.0
|
|
1501
|
+
([`970f853`](https://github.com/appium/python-client/commit/970f8533e4b75c01fd592912a446344327dc0ac4))
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
## v2.6.0 (2022-06-28)
|
|
1505
|
+
|
|
1506
|
+
### Chores
|
|
1507
|
+
|
|
1508
|
+
- Improve autocompletion for methods returning self instance
|
|
1509
|
+
([#739](https://github.com/appium/python-client/pull/739),
|
|
1510
|
+
[`ce4de83`](https://github.com/appium/python-client/commit/ce4de83b443b050e295c5c1af0938ce720198bc8))
|
|
1511
|
+
|
|
1512
|
+
- **deps**: Bump black from 22.3.0 to 22.6.0
|
|
1513
|
+
([#741](https://github.com/appium/python-client/pull/741),
|
|
1514
|
+
[`ac39368`](https://github.com/appium/python-client/commit/ac39368b57bcb91ab72bdf09ed7b19f96a9f6544))
|
|
1515
|
+
|
|
1516
|
+
### Documentation
|
|
1517
|
+
|
|
1518
|
+
- Update changelog for 2.5.0
|
|
1519
|
+
([`50458bb`](https://github.com/appium/python-client/commit/50458bb3b7ebc74a8a1d417c450b95e43201f0b1))
|
|
1520
|
+
|
|
1521
|
+
### Features
|
|
1522
|
+
|
|
1523
|
+
- Add Android drivers options ([#740](https://github.com/appium/python-client/pull/740),
|
|
1524
|
+
[`470e836`](https://github.com/appium/python-client/commit/470e83674ecce5e5ff947427ed0c443cb7df4ae1))
|
|
1525
|
+
|
|
1526
|
+
### Refactoring
|
|
1527
|
+
|
|
1528
|
+
- Remove previously deprecated methods and mark reset/close/launch APIs as deprecated
|
|
1529
|
+
([#738](https://github.com/appium/python-client/pull/738),
|
|
1530
|
+
[`4c166f4`](https://github.com/appium/python-client/commit/4c166f45516a432ec807195f91fc2f208a3a3c08))
|
|
1531
|
+
|
|
1532
|
+
|
|
1533
|
+
## v2.5.0 (2022-06-25)
|
|
1534
|
+
|
|
1535
|
+
### Chores
|
|
1536
|
+
|
|
1537
|
+
- Bump version to 2.4.0
|
|
1538
|
+
([`c400357`](https://github.com/appium/python-client/commit/c400357ca0028e7a83124a91331cf69c31be91c4))
|
|
1539
|
+
|
|
1540
|
+
- **deps**: Update pylint requirement from ~=2.14.1 to ~=2.14.2
|
|
1541
|
+
([#725](https://github.com/appium/python-client/pull/725),
|
|
1542
|
+
[`cc999ce`](https://github.com/appium/python-client/commit/cc999cea4a34510b42af22663c9c8d5037ab9bb2))
|
|
1543
|
+
|
|
1544
|
+
- **deps**: Update pylint requirement from ~=2.14.1 to ~=2.14.2
|
|
1545
|
+
([#725](https://github.com/appium/python-client/pull/725),
|
|
1546
|
+
[`15b106c`](https://github.com/appium/python-client/commit/15b106c5769fc7b5307f8daecdcfbc7f3cc7dea4))
|
|
1547
|
+
|
|
1548
|
+
- **deps**: Update pylint requirement from ~=2.14.2 to ~=2.14.3
|
|
1549
|
+
([#733](https://github.com/appium/python-client/pull/733),
|
|
1550
|
+
[`0a0cff2`](https://github.com/appium/python-client/commit/0a0cff2e02ad19a2cb336c3e92fcc7378ed57fe2))
|
|
1551
|
+
|
|
1552
|
+
- **deps**: Update selenium requirement from ~=4.2 to ~=4.3
|
|
1553
|
+
([#736](https://github.com/appium/python-client/pull/736),
|
|
1554
|
+
[`6eca124`](https://github.com/appium/python-client/commit/6eca12427bcd8be6fd6760193b0321d5bc088a2b))
|
|
1555
|
+
|
|
1556
|
+
### Features
|
|
1557
|
+
|
|
1558
|
+
- Add Gecko driver options ([#735](https://github.com/appium/python-client/pull/735),
|
|
1559
|
+
[`b4e17a3`](https://github.com/appium/python-client/commit/b4e17a3a1efe33f08ac9ef883891b9fad4449a41))
|
|
1560
|
+
|
|
1561
|
+
- Add Mac2Driver options ([#730](https://github.com/appium/python-client/pull/730),
|
|
1562
|
+
[`312c229`](https://github.com/appium/python-client/commit/312c229fa89b6387236553c6f036085a835d3ed8))
|
|
1563
|
+
|
|
1564
|
+
- Add Safari driver options ([#731](https://github.com/appium/python-client/pull/731),
|
|
1565
|
+
[`2201e90`](https://github.com/appium/python-client/commit/2201e90eec53cd3df29ed9cfcb5ba94d300fb7a0))
|
|
1566
|
+
|
|
1567
|
+
- Add Windows driver options ([#732](https://github.com/appium/python-client/pull/732),
|
|
1568
|
+
[`d480eba`](https://github.com/appium/python-client/commit/d480ebaa1fcc52239d2a71d288e73e103f504429))
|
|
1569
|
+
|
|
1570
|
+
- Add xcuitest driver options ([#737](https://github.com/appium/python-client/pull/737),
|
|
1571
|
+
[`0264d81`](https://github.com/appium/python-client/commit/0264d81d60c30b187da7b2e58cc67f6aad0def5f))
|
|
1572
|
+
|
|
1573
|
+
### Refactoring
|
|
1574
|
+
|
|
1575
|
+
- Make system_port and system_host options common
|
|
1576
|
+
([#734](https://github.com/appium/python-client/pull/734),
|
|
1577
|
+
[`5b958b5`](https://github.com/appium/python-client/commit/5b958b53f1df486314ca82cb35adce9161147aef))
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
## v2.4.0 (2022-06-17)
|
|
1581
|
+
|
|
1582
|
+
### Chores
|
|
1583
|
+
|
|
1584
|
+
- Add better error handling for session creation responses
|
|
1585
|
+
([#727](https://github.com/appium/python-client/pull/727),
|
|
1586
|
+
[`22dfeca`](https://github.com/appium/python-client/commit/22dfeca560f8f0d5527bfdc0e0200055ee3e30f5))
|
|
1587
|
+
|
|
1588
|
+
- Update comments to locator patches ([#724](https://github.com/appium/python-client/pull/724),
|
|
1589
|
+
[`0fcea82`](https://github.com/appium/python-client/commit/0fcea82c9bcaf9137bc7b1591c37b092927751a2))
|
|
1590
|
+
|
|
1591
|
+
### Documentation
|
|
1592
|
+
|
|
1593
|
+
- Update changelog for 2.3.0
|
|
1594
|
+
([`8321b9c`](https://github.com/appium/python-client/commit/8321b9c5122b1f848c34d0dc230e38d522e09fa9))
|
|
1595
|
+
|
|
1596
|
+
### Features
|
|
1597
|
+
|
|
1598
|
+
- Add common options ([#728](https://github.com/appium/python-client/pull/728),
|
|
1599
|
+
[`60ec7ce`](https://github.com/appium/python-client/commit/60ec7ce69a9224eab28af3e89bf9ea1acb920ac4))
|
|
1600
|
+
|
|
1601
|
+
|
|
1602
|
+
## v2.3.0 (2022-06-13)
|
|
1603
|
+
|
|
1604
|
+
### Chores
|
|
1605
|
+
|
|
1606
|
+
- Disable pylint checks fail CI ([#719](https://github.com/appium/python-client/pull/719),
|
|
1607
|
+
[`a394281`](https://github.com/appium/python-client/commit/a3942815a7b60548785db0ea2f8506b25b0693e2))
|
|
1608
|
+
|
|
1609
|
+
- **deps**: Update mypy requirement from ~=0.942 to ~=0.950
|
|
1610
|
+
([#712](https://github.com/appium/python-client/pull/712),
|
|
1611
|
+
[`336a762`](https://github.com/appium/python-client/commit/336a76257e809f5562e287d68322d9f256d880c7))
|
|
1612
|
+
|
|
1613
|
+
- **deps**: Update mypy requirement from ~=0.950 to ~=0.960
|
|
1614
|
+
([#714](https://github.com/appium/python-client/pull/714),
|
|
1615
|
+
[`956417a`](https://github.com/appium/python-client/commit/956417a55de28123bcf2404ebbbc95b0d9fcd072))
|
|
1616
|
+
|
|
1617
|
+
- **deps**: Update mypy requirement from ~=0.960 to ~=0.961
|
|
1618
|
+
([#718](https://github.com/appium/python-client/pull/718),
|
|
1619
|
+
[`0ff83df`](https://github.com/appium/python-client/commit/0ff83df100a4bae2d5547e0ba501b501890f6374))
|
|
1620
|
+
|
|
1621
|
+
- **deps**: Update selenium requirement from ~=4.1 to ~=4.2
|
|
1622
|
+
([#715](https://github.com/appium/python-client/pull/715),
|
|
1623
|
+
[`697bb64`](https://github.com/appium/python-client/commit/697bb64db15378dfbcd6b4bc3f4931da520259a5))
|
|
1624
|
+
|
|
1625
|
+
- **deps**: Update sphinx requirement from <5.0,>=4.0 to >=4.0,<6.0
|
|
1626
|
+
([#716](https://github.com/appium/python-client/pull/716),
|
|
1627
|
+
[`1385efc`](https://github.com/appium/python-client/commit/1385efc80d87cb50c600548229ff74d9106c402b))
|
|
1628
|
+
|
|
1629
|
+
- **deps**: Update tox requirement from ~=3.24 to ~=3.25
|
|
1630
|
+
([#709](https://github.com/appium/python-client/pull/709),
|
|
1631
|
+
[`f5b0526`](https://github.com/appium/python-client/commit/f5b0526f903eee98f443b47d6fec7a4f1d0a4838))
|
|
1632
|
+
|
|
1633
|
+
- **deps**: Update typing-extensions requirement from ~=4.1 to ~=4.2
|
|
1634
|
+
([#711](https://github.com/appium/python-client/pull/711),
|
|
1635
|
+
[`cb1a4ea`](https://github.com/appium/python-client/commit/cb1a4eaed0628a064deb70ba04fe5a5cd53312a4))
|
|
1636
|
+
|
|
1637
|
+
- **deps-dev**: Update pre-commit requirement from ~=2.17 to ~=2.18
|
|
1638
|
+
([#708](https://github.com/appium/python-client/pull/708),
|
|
1639
|
+
[`4f8064f`](https://github.com/appium/python-client/commit/4f8064fff2d6d7f197112f2e83be0eacbbec4265))
|
|
1640
|
+
|
|
1641
|
+
- **deps-dev**: Update pre-commit requirement from ~=2.18 to ~=2.19
|
|
1642
|
+
([#713](https://github.com/appium/python-client/pull/713),
|
|
1643
|
+
[`df33c85`](https://github.com/appium/python-client/commit/df33c85371d933ed0678f759ccf660343c66662a))
|
|
1644
|
+
|
|
1645
|
+
### Documentation
|
|
1646
|
+
|
|
1647
|
+
- Update README with the new options format
|
|
1648
|
+
([#722](https://github.com/appium/python-client/pull/722),
|
|
1649
|
+
[`a2bba19`](https://github.com/appium/python-client/commit/a2bba19360a6205fc6f0679b595ae560181e70c3))
|
|
1650
|
+
|
|
1651
|
+
### Features
|
|
1652
|
+
|
|
1653
|
+
- Add base options for all supported automation names
|
|
1654
|
+
([#721](https://github.com/appium/python-client/pull/721),
|
|
1655
|
+
[`d4c44b4`](https://github.com/appium/python-client/commit/d4c44b4b68c611be88007ee666ee8f59c79ce9f1))
|
|
1656
|
+
|
|
1657
|
+
- Add support for w3c options ([#720](https://github.com/appium/python-client/pull/720),
|
|
1658
|
+
[`c27138c`](https://github.com/appium/python-client/commit/c27138c0505a6595f9c5f48f3e4d3ccb996301cd))
|
|
1659
|
+
|
|
1660
|
+
### Testing
|
|
1661
|
+
|
|
1662
|
+
- Use Appium2 to run functional tests ([#723](https://github.com/appium/python-client/pull/723),
|
|
1663
|
+
[`b267665`](https://github.com/appium/python-client/commit/b26766583830ae83e20416629c8bdd24b58e5658))
|
|
1664
|
+
|
|
1665
|
+
|
|
1666
|
+
## v2.2.0 (2022-03-30)
|
|
1667
|
+
|
|
1668
|
+
### Chores
|
|
1669
|
+
|
|
1670
|
+
- Relax selenium version as same as before
|
|
1671
|
+
([`96681e9`](https://github.com/appium/python-client/commit/96681e924b4310bcaa23c839746b4923925a2d96))
|
|
1672
|
+
|
|
1673
|
+
- **deps**: Bump black from 22.1.0 to 22.3.0
|
|
1674
|
+
([#705](https://github.com/appium/python-client/pull/705),
|
|
1675
|
+
[`79406bc`](https://github.com/appium/python-client/commit/79406bc044f564261e83d6a5ae689b0adcfc7632))
|
|
1676
|
+
|
|
1677
|
+
- **deps**: Update mypy requirement from ~=0.930 to ~=0.941
|
|
1678
|
+
([#696](https://github.com/appium/python-client/pull/696),
|
|
1679
|
+
[`ce526e6`](https://github.com/appium/python-client/commit/ce526e6f587adcf9c37690dd1a427ec71871de3e))
|
|
1680
|
+
|
|
1681
|
+
- **deps**: Update mypy requirement from ~=0.941 to ~=0.942
|
|
1682
|
+
([#703](https://github.com/appium/python-client/pull/703),
|
|
1683
|
+
[`56ce5b0`](https://github.com/appium/python-client/commit/56ce5b029a2e878f0fe0c97042f58372327d7a64))
|
|
1684
|
+
|
|
1685
|
+
- **deps**: Update pylint requirement from ~=2.12 to ~=2.13
|
|
1686
|
+
([#702](https://github.com/appium/python-client/pull/702),
|
|
1687
|
+
[`8826bb3`](https://github.com/appium/python-client/commit/8826bb35ea529a480226361b87b3b345206a6493))
|
|
1688
|
+
|
|
1689
|
+
- **deps**: Update pytest requirement from ~=7.0 to ~=7.1
|
|
1690
|
+
([#694](https://github.com/appium/python-client/pull/694),
|
|
1691
|
+
[`7dbf323`](https://github.com/appium/python-client/commit/7dbf3237bff5b503049c47d5815250acb8d6180a))
|
|
1692
|
+
|
|
1693
|
+
- **deps**: Update typing-extensions requirement from ~=4.0 to ~=4.1
|
|
1694
|
+
([#684](https://github.com/appium/python-client/pull/684),
|
|
1695
|
+
[`23553df`](https://github.com/appium/python-client/commit/23553dfc7cb1a87e2fa79a81bb0f36b00bdc5169))
|
|
1696
|
+
|
|
1697
|
+
### Documentation
|
|
1698
|
+
|
|
1699
|
+
- Update missing changelog
|
|
1700
|
+
([`c972382`](https://github.com/appium/python-client/commit/c97238216e828266819f82538c77a993fdf39cf2))
|
|
1701
|
+
|
|
1702
|
+
### Features
|
|
1703
|
+
|
|
1704
|
+
- Add non-w3c but still need commands ([#701](https://github.com/appium/python-client/pull/701),
|
|
1705
|
+
[`09a0cd0`](https://github.com/appium/python-client/commit/09a0cd0c72cc9e63c26c516f8bd8a4ac7b211808))
|
|
1706
|
+
|
|
1707
|
+
|
|
1708
|
+
## v2.1.4 (2022-02-27)
|
|
1709
|
+
|
|
1710
|
+
|
|
1711
|
+
## v2.1.3 (2022-02-25)
|
|
1712
|
+
|
|
1713
|
+
### Chores
|
|
1714
|
+
|
|
1715
|
+
- Bump mypy ([#675](https://github.com/appium/python-client/pull/675),
|
|
1716
|
+
[`72f942d`](https://github.com/appium/python-client/commit/72f942d2152ee1b0d7539f3bf2705b50d01133f7))
|
|
1717
|
+
|
|
1718
|
+
- Restrict selenium client version ([#686](https://github.com/appium/python-client/pull/686),
|
|
1719
|
+
[`2c04e4c`](https://github.com/appium/python-client/commit/2c04e4ce59ed04b91088ca55d1d3698653de6ebc))
|
|
1720
|
+
|
|
1721
|
+
- **deps**: Bump black from 21.12b0 to 22.1.0
|
|
1722
|
+
([#681](https://github.com/appium/python-client/pull/681),
|
|
1723
|
+
[`7a7be33`](https://github.com/appium/python-client/commit/7a7be33827f8a92c3efbd9003c537ae259ad59cd))
|
|
1724
|
+
|
|
1725
|
+
- **deps**: Update pytest requirement from ~=6.2 to ~=7.0
|
|
1726
|
+
([#682](https://github.com/appium/python-client/pull/682),
|
|
1727
|
+
[`588f83f`](https://github.com/appium/python-client/commit/588f83f28007d58e03c17759a5a5b807f4a08ae8))
|
|
1728
|
+
|
|
1729
|
+
- **deps-dev**: Update pre-commit requirement from ~=2.16 to ~=2.17
|
|
1730
|
+
([#678](https://github.com/appium/python-client/pull/678),
|
|
1731
|
+
[`71410ba`](https://github.com/appium/python-client/commit/71410bab56522ae3ca36ee7fcb6dee349d6bc65a))
|
|
1732
|
+
|
|
1733
|
+
### Refactoring
|
|
1734
|
+
|
|
1735
|
+
- Update types descriptions for mixin classes
|
|
1736
|
+
([#677](https://github.com/appium/python-client/pull/677),
|
|
1737
|
+
[`895cde1`](https://github.com/appium/python-client/commit/895cde1aa674aaab2f958ae251de0daefd049c02))
|
|
1738
|
+
|
|
1739
|
+
### Testing
|
|
1740
|
+
|
|
1741
|
+
- Update find element/s methods ([#674](https://github.com/appium/python-client/pull/674),
|
|
1742
|
+
[`7dbf4f2`](https://github.com/appium/python-client/commit/7dbf4f2f7ce43f60eded19fa247bb2177b65bafd))
|
|
1743
|
+
|
|
1744
|
+
- Update tests to use find_element(by...) ([#674](https://github.com/appium/python-client/pull/674),
|
|
1745
|
+
[`7dbf4f2`](https://github.com/appium/python-client/commit/7dbf4f2f7ce43f60eded19fa247bb2177b65bafd))
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
## v2.1.2 (2021-12-30)
|
|
1749
|
+
|
|
1750
|
+
### Bug Fixes
|
|
1751
|
+
|
|
1752
|
+
- Default duration in tap ([#673](https://github.com/appium/python-client/pull/673),
|
|
1753
|
+
[`24b50d8`](https://github.com/appium/python-client/commit/24b50d8138ea6ae008b0557991c0b5dcd75a15d0))
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
## v2.1.1 (2021-12-24)
|
|
1757
|
+
|
|
1758
|
+
### Chores
|
|
1759
|
+
|
|
1760
|
+
- Specify touch ([#670](https://github.com/appium/python-client/pull/670),
|
|
1761
|
+
[`6b21a67`](https://github.com/appium/python-client/commit/6b21a6713ff34eb5b8fca71fc24105ff6d2e1c0f))
|
|
1762
|
+
|
|
1763
|
+
- **deps**: Bump black from 21.11b1 to 21.12b0
|
|
1764
|
+
([#664](https://github.com/appium/python-client/pull/664),
|
|
1765
|
+
[`02d6c8c`](https://github.com/appium/python-client/commit/02d6c8c5d21a1b3b135a5904edfa6acd03f1ac18))
|
|
1766
|
+
|
|
1767
|
+
- **deps**: Update astroid requirement from ~=2.8 to ~=2.9
|
|
1768
|
+
([#661](https://github.com/appium/python-client/pull/661),
|
|
1769
|
+
[`758b2cd`](https://github.com/appium/python-client/commit/758b2cd37f075a08f492575e7b938206f2828fd6))
|
|
1770
|
+
|
|
1771
|
+
- **deps**: Update pylint requirement from ~=2.11 to ~=2.12
|
|
1772
|
+
([#662](https://github.com/appium/python-client/pull/662),
|
|
1773
|
+
[`6c7c80c`](https://github.com/appium/python-client/commit/6c7c80c0c7211b9d5a2034a52d576738e53bdccb))
|
|
1774
|
+
|
|
1775
|
+
- **deps-dev**: Update pre-commit requirement from ~=2.15 to ~=2.16
|
|
1776
|
+
([#663](https://github.com/appium/python-client/pull/663),
|
|
1777
|
+
[`1b94c5f`](https://github.com/appium/python-client/commit/1b94c5fa3568b90dc90d1d4bb5634a573d07aa5a))
|
|
1778
|
+
|
|
1779
|
+
### Continuous Integration
|
|
1780
|
+
|
|
1781
|
+
- Remove ==2021.5.29 ([#653](https://github.com/appium/python-client/pull/653),
|
|
1782
|
+
[`e5cb9ab`](https://github.com/appium/python-client/commit/e5cb9abee0272399289d698fba06a7ddd5fbd039))
|
|
1783
|
+
|
|
1784
|
+
### Features
|
|
1785
|
+
|
|
1786
|
+
- Use 'touch' pointer action ([#670](https://github.com/appium/python-client/pull/670),
|
|
1787
|
+
[`6b21a67`](https://github.com/appium/python-client/commit/6b21a6713ff34eb5b8fca71fc24105ff6d2e1c0f))
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
## v2.1.0 (2021-11-26)
|
|
1791
|
+
|
|
1792
|
+
### Chores
|
|
1793
|
+
|
|
1794
|
+
- Add deprecated mark for find_element_by*
|
|
1795
|
+
([#657](https://github.com/appium/python-client/pull/657),
|
|
1796
|
+
[`d7cb6b5`](https://github.com/appium/python-client/commit/d7cb6b59598fb594b56d77c47abb02f4f07fa452))
|
|
1797
|
+
|
|
1798
|
+
- Relax selenium version control ([#656](https://github.com/appium/python-client/pull/656),
|
|
1799
|
+
[`ace98dc`](https://github.com/appium/python-client/commit/ace98dc0dd9be7cd468ddfd775f5f55d24f7fb1d))
|
|
1800
|
+
|
|
1801
|
+
- Tweak keyword in metadata
|
|
1802
|
+
([`2a462be`](https://github.com/appium/python-client/commit/2a462becfe31dc4e18559ba246b0856fd3eb2488))
|
|
1803
|
+
|
|
1804
|
+
### Features
|
|
1805
|
+
|
|
1806
|
+
- Add AppiumBy instead of MobileBy ([#659](https://github.com/appium/python-client/pull/659),
|
|
1807
|
+
[`b70422b`](https://github.com/appium/python-client/commit/b70422b67f5254523ed360e1d196df0df04feab4))
|
|
1808
|
+
|
|
1809
|
+
|
|
1810
|
+
## v2.0.0 (2021-11-08)
|
|
1811
|
+
|
|
1812
|
+
### Chores
|
|
1813
|
+
|
|
1814
|
+
- Add Deprecated for -windows uiautomation
|
|
1815
|
+
([#649](https://github.com/appium/python-client/pull/649),
|
|
1816
|
+
[`8ec5441`](https://github.com/appium/python-client/commit/8ec5441d2b5074180eafd8cc7dc511e1d8615496))
|
|
1817
|
+
|
|
1818
|
+
- Add deprecated mark in MultiAction class
|
|
1819
|
+
([#648](https://github.com/appium/python-client/pull/648),
|
|
1820
|
+
[`1a54fe9`](https://github.com/appium/python-client/commit/1a54fe9010d2305ab9ec2b6f2a6382279832f42d))
|
|
1821
|
+
|
|
1822
|
+
- Add deprecation mark in touch actions and multi touch
|
|
1823
|
+
([#648](https://github.com/appium/python-client/pull/648),
|
|
1824
|
+
[`1a54fe9`](https://github.com/appium/python-client/commit/1a54fe9010d2305ab9ec2b6f2a6382279832f42d))
|
|
1825
|
+
|
|
1826
|
+
- Add logger ([#649](https://github.com/appium/python-client/pull/649),
|
|
1827
|
+
[`8ec5441`](https://github.com/appium/python-client/commit/8ec5441d2b5074180eafd8cc7dc511e1d8615496))
|
|
1828
|
+
|
|
1829
|
+
- Add Python 3.9 as metadata
|
|
1830
|
+
([`f4d5489`](https://github.com/appium/python-client/commit/f4d5489ae576a3ad126aa99bca7531a89c153d6a))
|
|
1831
|
+
|
|
1832
|
+
- Adding deprecation mark in touch actions and multi touch
|
|
1833
|
+
([#648](https://github.com/appium/python-client/pull/648),
|
|
1834
|
+
[`1a54fe9`](https://github.com/appium/python-client/commit/1a54fe9010d2305ab9ec2b6f2a6382279832f42d))
|
|
1835
|
+
|
|
1836
|
+
- Cleanup no longer needed code in w3c, bump dev Pipfile
|
|
1837
|
+
([#646](https://github.com/appium/python-client/pull/646),
|
|
1838
|
+
[`658cadd`](https://github.com/appium/python-client/commit/658cadd065411caf5299450a610fe9fd725cdceb))
|
|
1839
|
+
|
|
1840
|
+
- Deprecate -windows uiautomation ([#649](https://github.com/appium/python-client/pull/649),
|
|
1841
|
+
[`8ec5441`](https://github.com/appium/python-client/commit/8ec5441d2b5074180eafd8cc7dc511e1d8615496))
|
|
1842
|
+
|
|
1843
|
+
- **deps**: Update isort requirement from ~=5.9 to ~=5.10
|
|
1844
|
+
([#650](https://github.com/appium/python-client/pull/650),
|
|
1845
|
+
[`a195bf0`](https://github.com/appium/python-client/commit/a195bf0affb813ad1729a90b2096620b27eb5478))
|
|
1846
|
+
|
|
1847
|
+
- **deps**: Update pylint requirement from ~=2.10 to ~=2.11
|
|
1848
|
+
([#638](https://github.com/appium/python-client/pull/638),
|
|
1849
|
+
[`9baa378`](https://github.com/appium/python-client/commit/9baa3786480c68f00e6bb1a6ea8c5b79fc4c0d62))
|
|
1850
|
+
|
|
1851
|
+
- **deps**: Update pytest-cov requirement from ~=2.12 to ~=3.0
|
|
1852
|
+
([#641](https://github.com/appium/python-client/pull/641),
|
|
1853
|
+
[`4643402`](https://github.com/appium/python-client/commit/4643402c287dd75ef0ed68dee1e15229116cc00d))
|
|
1854
|
+
|
|
1855
|
+
- **deps**: Update sphinx requirement from <4.0,>=3.0 to >=3.0,<5.0
|
|
1856
|
+
([#603](https://github.com/appium/python-client/pull/603),
|
|
1857
|
+
[`2df9031`](https://github.com/appium/python-client/commit/2df9031ea83701decd855f0bc8c33c6aaa09a0e5))
|
|
1858
|
+
|
|
1859
|
+
- **deps**: Update sphinx-rtd-theme requirement from <1.0 to <2.0
|
|
1860
|
+
([#637](https://github.com/appium/python-client/pull/637),
|
|
1861
|
+
[`a2d3df1`](https://github.com/appium/python-client/commit/a2d3df1aa65654727aa8becc104e4c1207c84ab2))
|
|
1862
|
+
|
|
1863
|
+
### Continuous Integration
|
|
1864
|
+
|
|
1865
|
+
- Add --pre ([#651](https://github.com/appium/python-client/pull/651),
|
|
1866
|
+
[`9871231`](https://github.com/appium/python-client/commit/9871231bb89b089a1ac93bf7cbc35439a5783ea5))
|
|
1867
|
+
|
|
1868
|
+
- Set pipenv==2021.5.29 to prevent dependencies error
|
|
1869
|
+
([#651](https://github.com/appium/python-client/pull/651),
|
|
1870
|
+
[`9871231`](https://github.com/appium/python-client/commit/9871231bb89b089a1ac93bf7cbc35439a5783ea5))
|
|
1871
|
+
|
|
1872
|
+
### Documentation
|
|
1873
|
+
|
|
1874
|
+
- Update readme
|
|
1875
|
+
([`45b389d`](https://github.com/appium/python-client/commit/45b389d6e183561a57fef9c7c8ea28d15121093d))
|
|
1876
|
+
|
|
1877
|
+
- Update readme
|
|
1878
|
+
([`4bc118b`](https://github.com/appium/python-client/commit/4bc118b2158712f972dd43136d32241f05dc94c7))
|
|
1879
|
+
|
|
1880
|
+
- Update readme ([#648](https://github.com/appium/python-client/pull/648),
|
|
1881
|
+
[`1a54fe9`](https://github.com/appium/python-client/commit/1a54fe9010d2305ab9ec2b6f2a6382279832f42d))
|
|
1882
|
+
|
|
1883
|
+
### Features
|
|
1884
|
+
|
|
1885
|
+
- Change base selenium client version to selenium 4
|
|
1886
|
+
([#636](https://github.com/appium/python-client/pull/636),
|
|
1887
|
+
[`c7d4193`](https://github.com/appium/python-client/commit/c7d4193a26c766da66fa16ecb89fc698a781826c))
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
## v1.3.0 (2021-09-26)
|
|
1891
|
+
|
|
1892
|
+
### Chores
|
|
1893
|
+
|
|
1894
|
+
- Add placeholder ([#615](https://github.com/appium/python-client/pull/615),
|
|
1895
|
+
[`e48085d`](https://github.com/appium/python-client/commit/e48085d27968a93d9cfb5d86964ac84198b52214))
|
|
1896
|
+
|
|
1897
|
+
- **deps**: Update astroid requirement from ~=2.5 to ~=2.7
|
|
1898
|
+
([#629](https://github.com/appium/python-client/pull/629),
|
|
1899
|
+
[`76ef1e7`](https://github.com/appium/python-client/commit/76ef1e77b6cb48ac62bee02e5b8003c5fa50a3e2))
|
|
1900
|
+
|
|
1901
|
+
- **deps**: Update mypy requirement from ~=0.812 to ~=0.910
|
|
1902
|
+
([#616](https://github.com/appium/python-client/pull/616),
|
|
1903
|
+
[`5f603ce`](https://github.com/appium/python-client/commit/5f603cecb9464335f4e1b99e21a880dff12a958a))
|
|
1904
|
+
|
|
1905
|
+
- **deps**: Update pylint requirement from ~=2.8 to ~=2.10
|
|
1906
|
+
([#628](https://github.com/appium/python-client/pull/628),
|
|
1907
|
+
[`36b4990`](https://github.com/appium/python-client/commit/36b4990bd8c34ce32cf013754058b3eb928d2186))
|
|
1908
|
+
|
|
1909
|
+
- **deps**: Update tox requirement from ~=3.23 to ~=3.24
|
|
1910
|
+
([#619](https://github.com/appium/python-client/pull/619),
|
|
1911
|
+
[`bc9eb18`](https://github.com/appium/python-client/commit/bc9eb1850f3fb26392e2055ce082c055b86c18dd))
|
|
1912
|
+
|
|
1913
|
+
- **deps**: Update types-python-dateutil requirement
|
|
1914
|
+
([#633](https://github.com/appium/python-client/pull/633),
|
|
1915
|
+
[`e85d7d4`](https://github.com/appium/python-client/commit/e85d7d402f93f24d21e116040a06d6ee95d2e5a6))
|
|
1916
|
+
|
|
1917
|
+
- **deps-dev**: Update pre-commit requirement from ~=2.13 to ~=2.15
|
|
1918
|
+
([#634](https://github.com/appium/python-client/pull/634),
|
|
1919
|
+
[`31eda77`](https://github.com/appium/python-client/commit/31eda777d0761689b84a1503f6b7c896f1df361a))
|
|
1920
|
+
|
|
1921
|
+
### Features
|
|
1922
|
+
|
|
1923
|
+
- Add command with `setattr` ([#615](https://github.com/appium/python-client/pull/615),
|
|
1924
|
+
[`e48085d`](https://github.com/appium/python-client/commit/e48085d27968a93d9cfb5d86964ac84198b52214))
|
|
1925
|
+
|
|
1926
|
+
- Add satellites in set_location ([#620](https://github.com/appium/python-client/pull/620),
|
|
1927
|
+
[`cfb6ee6`](https://github.com/appium/python-client/commit/cfb6ee6487217d0b01c42b2b9d291779ea17dd85))
|
|
1928
|
+
|
|
1929
|
+
- Do not raise an error in case method is already defined
|
|
1930
|
+
([#632](https://github.com/appium/python-client/pull/632),
|
|
1931
|
+
[`f8d3a38`](https://github.com/appium/python-client/commit/f8d3a38639557081700a273c5dcc641e42112aba))
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
## v1.2.0 (2021-06-06)
|
|
1935
|
+
|
|
1936
|
+
### Chores
|
|
1937
|
+
|
|
1938
|
+
- **deps**: Update isort requirement from ~=5.7 to ~=5.8
|
|
1939
|
+
([#596](https://github.com/appium/python-client/pull/596),
|
|
1940
|
+
[`91a9d67`](https://github.com/appium/python-client/commit/91a9d6701430599637bb6895f9ffb078ee4bd052))
|
|
1941
|
+
|
|
1942
|
+
- **deps**: Update pylint requirement from ~=2.7 to ~=2.8
|
|
1943
|
+
([#600](https://github.com/appium/python-client/pull/600),
|
|
1944
|
+
[`18db735`](https://github.com/appium/python-client/commit/18db7355a6f92be5f85fb7ef07b06b78bb9387af))
|
|
1945
|
+
|
|
1946
|
+
- **deps**: Update pytest-cov requirement from ~=2.11 to ~=2.12
|
|
1947
|
+
([#606](https://github.com/appium/python-client/pull/606),
|
|
1948
|
+
[`ba408b7`](https://github.com/appium/python-client/commit/ba408b74f0d30fc06a51e77f68fc5cfd4ac8f99a))
|
|
1949
|
+
|
|
1950
|
+
- **deps-dev**: Update pre-commit requirement from ~=2.11 to ~=2.12
|
|
1951
|
+
([#599](https://github.com/appium/python-client/pull/599),
|
|
1952
|
+
[`d0bfdd6`](https://github.com/appium/python-client/commit/d0bfdd63ca10a0950306d0e8e10a720317ce4d91))
|
|
1953
|
+
|
|
1954
|
+
- **deps-dev**: Update pre-commit requirement from ~=2.12 to ~=2.13
|
|
1955
|
+
([#607](https://github.com/appium/python-client/pull/607),
|
|
1956
|
+
[`37258a3`](https://github.com/appium/python-client/commit/37258a392b630686797e3f7bdcc038bdd6e89d83))
|
|
1957
|
+
|
|
1958
|
+
### Features
|
|
1959
|
+
|
|
1960
|
+
- Allow to add a command dynamically ([#608](https://github.com/appium/python-client/pull/608),
|
|
1961
|
+
[`b4c15e2`](https://github.com/appium/python-client/commit/b4c15e2abe0ce477c2b7fc36cb78e8fd9aae12f0))
|
|
1962
|
+
|
|
1963
|
+
|
|
1964
|
+
## v1.1.0 (2021-03-10)
|
|
1965
|
+
|
|
1966
|
+
### Chores
|
|
1967
|
+
|
|
1968
|
+
- Add table for screen_record kwarg ([#582](https://github.com/appium/python-client/pull/582),
|
|
1969
|
+
[`1a8c736`](https://github.com/appium/python-client/commit/1a8c73675b25aa3b33a591fddb6a56dce82cf647))
|
|
1970
|
+
|
|
1971
|
+
- Address selenium-4 branch in readme ([#566](https://github.com/appium/python-client/pull/566),
|
|
1972
|
+
[`9c7fbce`](https://github.com/appium/python-client/commit/9c7fbce68d97187a9d1aa07d13c86e0e291e39e4))
|
|
1973
|
+
|
|
1974
|
+
- Apply Black code formatter ([#571](https://github.com/appium/python-client/pull/571),
|
|
1975
|
+
[`344953a`](https://github.com/appium/python-client/commit/344953a49c7d66c77b2fa9b998a89a26d0e1f0d7))
|
|
1976
|
+
|
|
1977
|
+
- Fix functional keyboard tests with appium v1.21.0-beta.0
|
|
1978
|
+
([#574](https://github.com/appium/python-client/pull/574),
|
|
1979
|
+
[`70048fc`](https://github.com/appium/python-client/commit/70048fc7c504aea1e57b6bc71c701db7beb60c2c))
|
|
1980
|
+
|
|
1981
|
+
- Fix iOS app management functional tests ([#575](https://github.com/appium/python-client/pull/575),
|
|
1982
|
+
[`74f599d`](https://github.com/appium/python-client/commit/74f599d847f9624221ce7b27aa2570231dd56de3))
|
|
1983
|
+
|
|
1984
|
+
- Update pipfile to respect isort v5 ([#577](https://github.com/appium/python-client/pull/577),
|
|
1985
|
+
[`173d3aa`](https://github.com/appium/python-client/commit/173d3aae4289015b0e9a28e5e3bb0e7ccc86061f))
|
|
1986
|
+
|
|
1987
|
+
- **deps**: Update astroid requirement from ~=2.4 to ~=2.5
|
|
1988
|
+
([#587](https://github.com/appium/python-client/pull/587),
|
|
1989
|
+
[`d5f29f0`](https://github.com/appium/python-client/commit/d5f29f08a2fe9b5a9cca4162726c7cfb4faa42e9))
|
|
1990
|
+
|
|
1991
|
+
- **deps**: Update isort requirement from ~=5.0 to ~=5.7
|
|
1992
|
+
([#578](https://github.com/appium/python-client/pull/578),
|
|
1993
|
+
[`3706e87`](https://github.com/appium/python-client/commit/3706e87068bd384895272fac6611c8f0c64716c8))
|
|
1994
|
+
|
|
1995
|
+
- **deps**: Update mypy requirement from ~=0.800 to ~=0.812
|
|
1996
|
+
([#589](https://github.com/appium/python-client/pull/589),
|
|
1997
|
+
[`db035dd`](https://github.com/appium/python-client/commit/db035dd0f4cca60c33293951e1bc0761054b0cdc))
|
|
1998
|
+
|
|
1999
|
+
- **deps**: Update pylint requirement from ~=2.6 to ~=2.7
|
|
2000
|
+
([#588](https://github.com/appium/python-client/pull/588),
|
|
2001
|
+
[`0ecad2f`](https://github.com/appium/python-client/commit/0ecad2fa1bf7e5e876372eede24f664492fd4fc5))
|
|
2002
|
+
|
|
2003
|
+
- **deps**: Update tox requirement from ~=3.21 to ~=3.22
|
|
2004
|
+
([#586](https://github.com/appium/python-client/pull/586),
|
|
2005
|
+
[`3c31a65`](https://github.com/appium/python-client/commit/3c31a65cef9a93e065920e4add2d74b12bc0f436))
|
|
2006
|
+
|
|
2007
|
+
- **deps**: Update tox requirement from ~=3.22 to ~=3.23
|
|
2008
|
+
([#593](https://github.com/appium/python-client/pull/593),
|
|
2009
|
+
[`66208fd`](https://github.com/appium/python-client/commit/66208fdbbc8f0a8b0e90376b404135b57e797fa5))
|
|
2010
|
+
|
|
2011
|
+
- **deps-dev**: Update pre-commit requirement from ~=2.10 to ~=2.11
|
|
2012
|
+
([#595](https://github.com/appium/python-client/pull/595),
|
|
2013
|
+
[`e49dc78`](https://github.com/appium/python-client/commit/e49dc784d376145f12afe2f61a8ee7348c2ee08e))
|
|
2014
|
+
|
|
2015
|
+
### Continuous Integration
|
|
2016
|
+
|
|
2017
|
+
- Added py39-dev ([#557](https://github.com/appium/python-client/pull/557),
|
|
2018
|
+
[`1ae8c25`](https://github.com/appium/python-client/commit/1ae8c25d3e1da457f4a16710c0b04dc709140277))
|
|
2019
|
+
|
|
2020
|
+
- Added py39-dev for travis ([#557](https://github.com/appium/python-client/pull/557),
|
|
2021
|
+
[`1ae8c25`](https://github.com/appium/python-client/commit/1ae8c25d3e1da457f4a16710c0b04dc709140277))
|
|
2022
|
+
|
|
2023
|
+
- Move azure project to Appium CI, update readme
|
|
2024
|
+
([#564](https://github.com/appium/python-client/pull/564),
|
|
2025
|
+
[`3e60e8f`](https://github.com/appium/python-client/commit/3e60e8fff4cfca93541c73c45f9662cdfe6475bc))
|
|
2026
|
+
|
|
2027
|
+
- Remove travis ([#581](https://github.com/appium/python-client/pull/581),
|
|
2028
|
+
[`1bf0553`](https://github.com/appium/python-client/commit/1bf05530dbccc2478a58bbd45fb8e0ce092bcceb))
|
|
2029
|
+
|
|
2030
|
+
- Upgrade xcode and macos ([#556](https://github.com/appium/python-client/pull/556),
|
|
2031
|
+
[`9402c6f`](https://github.com/appium/python-client/commit/9402c6ff99de70d42a1031db95bb934942b08a41))
|
|
2032
|
+
|
|
2033
|
+
- Upgrade xcode ver and macos ([#556](https://github.com/appium/python-client/pull/556),
|
|
2034
|
+
[`9402c6f`](https://github.com/appium/python-client/commit/9402c6ff99de70d42a1031db95bb934942b08a41))
|
|
2035
|
+
|
|
2036
|
+
- Use node v12 ([#585](https://github.com/appium/python-client/pull/585),
|
|
2037
|
+
[`8eb4c3f`](https://github.com/appium/python-client/commit/8eb4c3f7c2cb95ee81eb9c664de265edf473d9dc))
|
|
2038
|
+
|
|
2039
|
+
### Documentation
|
|
2040
|
+
|
|
2041
|
+
- Fix wrong code example in README.md ([#555](https://github.com/appium/python-client/pull/555),
|
|
2042
|
+
[`17af195`](https://github.com/appium/python-client/commit/17af19565cc1b443b2aecb86291db68a450c420f))
|
|
2043
|
+
|
|
2044
|
+
### Features
|
|
2045
|
+
|
|
2046
|
+
- Add optional location speed attribute for android devices
|
|
2047
|
+
([#594](https://github.com/appium/python-client/pull/594),
|
|
2048
|
+
[`ce78c0d`](https://github.com/appium/python-client/commit/ce78c0de2e15307ae20a8cc3a496f6c794fdeec6))
|
|
2049
|
+
|
|
2050
|
+
- Add warning to drop forceMjsonwp for W3C
|
|
2051
|
+
([#567](https://github.com/appium/python-client/pull/567),
|
|
2052
|
+
[`e51bcd2`](https://github.com/appium/python-client/commit/e51bcd269cab41b680971026e2974a2bf468a8a2))
|
|
2053
|
+
|
|
2054
|
+
- Added descriptions for newly added screenrecord opts
|
|
2055
|
+
([#540](https://github.com/appium/python-client/pull/540),
|
|
2056
|
+
[`d8d4aea`](https://github.com/appium/python-client/commit/d8d4aea950e5c20d5299e131f9a9a5075a7d3aa4))
|
|
2057
|
+
|
|
2058
|
+
- Added docstring for macOS screenrecord option
|
|
2059
|
+
([#580](https://github.com/appium/python-client/pull/580),
|
|
2060
|
+
[`ed5af31`](https://github.com/appium/python-client/commit/ed5af31a38e3bc34af32f601bf9ca0d800bcbc69))
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
## v1.0.2 (2020-07-15)
|
|
2064
|
+
|
|
2065
|
+
### Chores
|
|
2066
|
+
|
|
2067
|
+
- Add checking package file count comparison in release script
|
|
2068
|
+
([#547](https://github.com/appium/python-client/pull/547),
|
|
2069
|
+
[`e3bd534`](https://github.com/appium/python-client/commit/e3bd5344697757bb8f1fc5722e132e13fa6e8194))
|
|
2070
|
+
|
|
2071
|
+
- Add file count in release script ([#547](https://github.com/appium/python-client/pull/547),
|
|
2072
|
+
[`e3bd534`](https://github.com/appium/python-client/commit/e3bd5344697757bb8f1fc5722e132e13fa6e8194))
|
|
2073
|
+
|
|
2074
|
+
- Add the workaround to avoid service freezes on Windows
|
|
2075
|
+
([#552](https://github.com/appium/python-client/pull/552),
|
|
2076
|
+
[`95b01c9`](https://github.com/appium/python-client/commit/95b01c945241559c84804d897a1dddde2feb58d9))
|
|
2077
|
+
|
|
2078
|
+
|
|
2079
|
+
## v1.0.1 (2020-05-18)
|
|
2080
|
+
|
|
2081
|
+
### Bug Fixes
|
|
2082
|
+
|
|
2083
|
+
- Broken package ([#545](https://github.com/appium/python-client/pull/545),
|
|
2084
|
+
[`e4e29f8`](https://github.com/appium/python-client/commit/e4e29f83f9feb4c1a6aa979e3c977af7ff996698))
|
|
2085
|
+
|
|
2086
|
+
|
|
2087
|
+
## v1.0.0 (2020-05-17)
|
|
2088
|
+
|
|
2089
|
+
- Initial Release
|