Appium-Python-Client 5.0.0__tar.gz → 5.1.1__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.0.0 → appium_python_client-5.1.1}/Appium_Python_Client.egg-info/PKG-INFO +7 -5
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/Appium_Python_Client.egg-info/SOURCES.txt +1 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/PKG-INFO +7 -5
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/README.md +6 -4
- appium_python_client-5.1.1/appium/version.py +1 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/flutter_integration/flutter_commands.py +99 -1
- appium_python_client-5.1.1/appium/webdriver/extensions/logs.py +53 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/webdriver.py +2 -6
- appium_python_client-5.0.0/appium/version.py +0 -1
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/Appium_Python_Client.egg-info/dependency_links.txt +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/Appium_Python_Client.egg-info/requires.txt +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/Appium_Python_Client.egg-info/top_level.txt +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/LICENSE +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/MANIFEST.in +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/common/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/common/exceptions.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/common/helper.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/common/logger.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/adb_exec_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/adb_port_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/allow_delay_adb_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/build_tools_version_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/clear_device_logs_on_start_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/ignore_hidden_api_policy_error_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/logcat_filter_specs_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/logcat_format_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/mock_location_app_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/remote_adb_host_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/skip_logcat_capture_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/adb/suppress_kill_server_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/allow_test_packages_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/android_install_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/app_activity_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/app_package_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/app_wait_activity_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/app_wait_duration_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/app_wait_for_launch_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/app_wait_package_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/auto_grant_premissions_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/enforce_app_install_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/intent_action_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/intent_category_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/intent_flags_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/optional_intent_arguments_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/remote_apps_cache_limit_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/app/uninstall_other_packages_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/avd/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/avd/avd_args_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/avd/avd_env_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/avd/avd_launch_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/avd/avd_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/avd/avd_ready_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/avd/gps_enabled_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/avd/network_speed_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/auto_webview_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/chrome_logging_prefs_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/chrome_options_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/chromedriver_args_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/chromedriver_chrome_mapping_file_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/chromedriver_disable_build_check_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/chromedriver_executable_dir_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/chromedriver_executable_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/chromedriver_port_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/chromedriver_ports_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/chromedriver_use_system_executable_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/ensure_webviews_have_pages_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/extract_chrome_android_package_from_context_name_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/native_web_screenshot_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/recreate_chrome_driver_sessions_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/show_chromedriver_log_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/context/webview_devtools_port_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/localization/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/localization/locale_script_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/locking/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/locking/skip_unlock_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/locking/unlock_key_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/locking/unlock_strategy_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/locking/unlock_success_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/locking/unlock_type_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/mjpeg/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/mjpeg/mjpeg_screenshot_url_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/other/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/other/disable_suppress_accessibility_service_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/other/user_profile_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/signing/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/signing/key_alias_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/signing/key_password_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/signing/keystore_password_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/signing/keystore_path_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/signing/no_sign_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/signing/use_keystore_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/espresso/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/espresso/activity_options_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/espresso/app_locale_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/espresso/base.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/espresso/espresso_build_config_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/espresso/espresso_server_launch_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/espresso/force_espresso_rebuild_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/espresso/intent_options_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/espresso/show_gradle_log_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/uiautomator2/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/uiautomator2/base.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/uiautomator2/disable_window_animation_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/uiautomator2/mjpeg_server_port_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/uiautomator2/skip_device_initialization_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/uiautomator2/skip_server_installation_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/uiautomator2/uiautomator2_server_install_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/uiautomator2/uiautomator2_server_launch_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/uiautomator2/uiautomator2_server_read_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/app_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/auto_web_view_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/automation_name_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/base.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/browser_name_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/bundle_id_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/clear_system_files_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/device_name_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/enable_performance_logging_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/event_timings_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/full_reset_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/is_headless_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/language_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/locale_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/new_command_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/no_reset_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/orientation_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/other_apps_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/platform_version_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/postrun_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/prerun_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/print_page_source_on_find_failure_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/skip_log_capture_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/supports_capabilities.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/system_host_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/system_port_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/udid_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/flutter_integration/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/flutter_integration/base.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/flutter_integration/flutter_element_wait_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/flutter_integration/flutter_enable_mock_camera_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/flutter_integration/flutter_server_launch_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/flutter_integration/flutter_system_port_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/gecko/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/gecko/android_storage_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/gecko/base.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/gecko/firefox_options_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/gecko/marionette_port_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/gecko/verbosity_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/safari/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/safari/automatic_inspection_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/safari/automatic_profiling_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/safari/base.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/safari/device_name_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/safari/device_type_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/safari/device_udid_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/safari/platform_build_version_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/safari/platform_version_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/safari/use_simulator_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/safari/webkit_webrtc_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/app/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/app/app_install_strategy_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/app/app_push_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/app/localizable_strings_dir_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/base.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/general/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/general/include_device_caps_to_session_info_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/general/reset_location_service_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/other/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/other/command_timeouts_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/other/launch_with_idb_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/other/show_ios_log_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/other/use_json_source_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/calendar_access_authorized_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/calendar_format_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/connect_hardware_keyboard_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/custom_ssl_cert_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/enforce_fresh_simulator_creation_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/force_simulator_software_keyboard_presence_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/ios_simulator_logs_predicate_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/keep_key_chains_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/keychains_exclude_patterns_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/permissions_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/reduce_motion_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/reset_on_session_start_only_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/scale_factor_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/shutdown_other_simulators_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/simulator_devices_set_path_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/simulator_pasteboard_automatic_sync_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/simulator_startup_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/simulator_trace_pointer_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/simulator/simulator_window_center_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/allow_provisioning_device_regitration_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/auto_accept_alerts_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/auto_disimiss_alerts_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/derived_data_path_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/disable_automatic_screenshots_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/force_app_launch_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/keychain_password_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/keychain_path_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/max_typing_frequency_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/mjpeg_server_port_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/process_arguments_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/result_bundle_path_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/screenshot_quality_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/should_terminate_app_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/should_use_singleton_test_manager_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/show_xcode_log_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/simple_is_visible_check_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/updated_wda_bundle_id_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/use_native_caching_strategy_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/use_new_wda_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/use_prebuilt_wda_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/use_simple_build_test_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/use_xctestrun_file_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/wait_for_idle_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/wait_for_quiescence_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/wda_base_url_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/wda_connection_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/wda_eventloop_idle_delay_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/wda_launch_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/wda_local_port_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/wda_startup_retries_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/wda_startup_retry_interval_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/web_driver_agent_url_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/xcode_org_id_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/wda/xcode_signing_id_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/absolute_web_locations_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/additional_webview_bundle_ids_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/enable_async_execute_from_https_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/full_context_list_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/include_safari_in_webviews_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/native_web_tap_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/safari_garbage_collect_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/safari_ignore_fraud_warning_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/safari_ignore_web_hostnames_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/safari_initial_url_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/safari_log_all_communication_hex_dump_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/safari_log_all_communication_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/safari_open_links_in_background_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/safari_socket_chunk_size_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/safari_web_inspector_max_frame_length_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/webkit_response_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/webview_connect_retries_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/ios/xcuitest/webview/webview_connect_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/mac/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/mac/mac2/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/mac/mac2/app_path_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/mac/mac2/arguments_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/mac/mac2/base.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/mac/mac2/bootstrap_root_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/mac/mac2/environment_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/mac/mac2/server_startup_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/mac/mac2/show_server_logs_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/mac/mac2/skip_app_kill_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/mac/mac2/web_driver_agent_mac_url_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/windows/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/windows/windows/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/windows/windows/app_arguments_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/windows/windows/app_top_level_window_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/windows/windows/app_working_dir_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/windows/windows/base.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/windows/windows/create_session_timeout_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/windows/windows/expreimental_web_driver_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/windows/windows/wait_for_app_launch_option.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/protocols/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/protocols/webdriver/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/protocols/webdriver/can_execute_commands.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/protocols/webdriver/can_execute_scripts.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/protocols/webdriver/can_find_elements.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/protocols/webdriver/can_remember_extension_presence.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/py.typed +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/appium_connection.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/appium_service.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/applicationstate.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/client_config.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/clipboard_content_type.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/command_method.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/common/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/common/appiumby.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/connectiontype.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/errorhandler.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/action_helpers.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/android/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/android/activities.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/android/common.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/android/display.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/android/gsm.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/android/nativekey.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/android/network.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/android/performance.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/android/power.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/android/sms.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/android/system_bars.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/applications.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/clipboard.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/context.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/device_time.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/execute_driver.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/execute_mobile_command.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/flutter_integration/__init__.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/flutter_integration/flutter_finder.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/flutter_integration/scroll_directions.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/hw_actions.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/images_comparison.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/keyboard.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/location.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/log_event.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/remote_fs.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/screen_record.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/session.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/extensions/settings.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/locator_converter.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/mobilecommand.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/switch_to.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/webdriver/webelement.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/docs/Makefile +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/docs/README.md +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/docs/conf.py +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/docs/generate.sh +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/docs/index.rst +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/docs/make.bat +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/docs/requirements.txt +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/docs/webdriver.common.rst +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/docs/webdriver.extensions.android.rst +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/docs/webdriver.extensions.rst +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/docs/webdriver.extensions.search_context.rst +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/docs/webdriver.rst +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/setup.cfg +0 -0
- {appium_python_client-5.0.0 → appium_python_client-5.1.1}/setup.py +0 -0
{appium_python_client-5.0.0 → appium_python_client-5.1.1}/Appium_Python_Client.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Appium-Python-Client
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.1.1
|
|
4
4
|
Summary: Python client for Appium
|
|
5
5
|
Home-page: http://appium.io/
|
|
6
6
|
Author: Isaac Murchie
|
|
@@ -71,8 +71,9 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
|
|
|
71
71
|
|
|
72
72
|
|Appium Python Client| Selenium binding| Python version |
|
|
73
73
|
|----|----|----|
|
|
74
|
-
|`
|
|
75
|
-
|`4.
|
|
74
|
+
|`5.1.1`+|`4.26.0`+ | 3.9+ |
|
|
75
|
+
|`4.5.0` - `5.1.0`|`4.26.0` - `4.31.0` | 3.9+ |
|
|
76
|
+
|`4.3.0` - `4.4.0`|`4.26.0` - `4.31.0` | 3.8+ |
|
|
76
77
|
|`3.0.0` - `4.2.1` |`4.12.0` - `4.25.0` | 3.8+ |
|
|
77
78
|
|`2.10.0` - `2.11.1` |`4.1.0` - `4.11.2` | 3.7+ |
|
|
78
79
|
|`2.2.0` - `2.9.0` |`4.1.0` - `4.9.0` | 3.7+ |
|
|
@@ -456,10 +457,11 @@ Appium Python Client has `120` seconds read timeout on each HTTP request since t
|
|
|
456
457
|
the corresponding selenium binding version.
|
|
457
458
|
You have two methods to extend the read timeout.
|
|
458
459
|
|
|
459
|
-
1.
|
|
460
|
-
2. Configure timeout via `selenium.webdriver.remote.client_config.ClientConfig`
|
|
460
|
+
1. **Recommend** Configure timeout via `appium.webdriver.client_config.AppiumClientConfig` or `selenium.webdriver.remote.client_config.ClientConfig`
|
|
461
461
|
- `timeout` argument, or
|
|
462
462
|
- `init_args_for_pool_manager` argument for `urllib3.PoolManager`
|
|
463
|
+
2. Set `GLOBAL_DEFAULT_TIMEOUT` environment variable
|
|
464
|
+
- This env var will be removed from the selenium binding ([issue](https://github.com/SeleniumHQ/selenium/issues/15604))
|
|
463
465
|
|
|
464
466
|
## Documentation
|
|
465
467
|
|
{appium_python_client-5.0.0 → appium_python_client-5.1.1}/Appium_Python_Client.egg-info/SOURCES.txt
RENAMED
|
@@ -307,6 +307,7 @@ appium/webdriver/extensions/images_comparison.py
|
|
|
307
307
|
appium/webdriver/extensions/keyboard.py
|
|
308
308
|
appium/webdriver/extensions/location.py
|
|
309
309
|
appium/webdriver/extensions/log_event.py
|
|
310
|
+
appium/webdriver/extensions/logs.py
|
|
310
311
|
appium/webdriver/extensions/remote_fs.py
|
|
311
312
|
appium/webdriver/extensions/screen_record.py
|
|
312
313
|
appium/webdriver/extensions/session.py
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Appium-Python-Client
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.1.1
|
|
4
4
|
Summary: Python client for Appium
|
|
5
5
|
Home-page: http://appium.io/
|
|
6
6
|
Author: Isaac Murchie
|
|
@@ -71,8 +71,9 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
|
|
|
71
71
|
|
|
72
72
|
|Appium Python Client| Selenium binding| Python version |
|
|
73
73
|
|----|----|----|
|
|
74
|
-
|`
|
|
75
|
-
|`4.
|
|
74
|
+
|`5.1.1`+|`4.26.0`+ | 3.9+ |
|
|
75
|
+
|`4.5.0` - `5.1.0`|`4.26.0` - `4.31.0` | 3.9+ |
|
|
76
|
+
|`4.3.0` - `4.4.0`|`4.26.0` - `4.31.0` | 3.8+ |
|
|
76
77
|
|`3.0.0` - `4.2.1` |`4.12.0` - `4.25.0` | 3.8+ |
|
|
77
78
|
|`2.10.0` - `2.11.1` |`4.1.0` - `4.11.2` | 3.7+ |
|
|
78
79
|
|`2.2.0` - `2.9.0` |`4.1.0` - `4.9.0` | 3.7+ |
|
|
@@ -456,10 +457,11 @@ Appium Python Client has `120` seconds read timeout on each HTTP request since t
|
|
|
456
457
|
the corresponding selenium binding version.
|
|
457
458
|
You have two methods to extend the read timeout.
|
|
458
459
|
|
|
459
|
-
1.
|
|
460
|
-
2. Configure timeout via `selenium.webdriver.remote.client_config.ClientConfig`
|
|
460
|
+
1. **Recommend** Configure timeout via `appium.webdriver.client_config.AppiumClientConfig` or `selenium.webdriver.remote.client_config.ClientConfig`
|
|
461
461
|
- `timeout` argument, or
|
|
462
462
|
- `init_args_for_pool_manager` argument for `urllib3.PoolManager`
|
|
463
|
+
2. Set `GLOBAL_DEFAULT_TIMEOUT` environment variable
|
|
464
|
+
- This env var will be removed from the selenium binding ([issue](https://github.com/SeleniumHQ/selenium/issues/15604))
|
|
463
465
|
|
|
464
466
|
## Documentation
|
|
465
467
|
|
|
@@ -41,8 +41,9 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
|
|
|
41
41
|
|
|
42
42
|
|Appium Python Client| Selenium binding| Python version |
|
|
43
43
|
|----|----|----|
|
|
44
|
-
|`
|
|
45
|
-
|`4.
|
|
44
|
+
|`5.1.1`+|`4.26.0`+ | 3.9+ |
|
|
45
|
+
|`4.5.0` - `5.1.0`|`4.26.0` - `4.31.0` | 3.9+ |
|
|
46
|
+
|`4.3.0` - `4.4.0`|`4.26.0` - `4.31.0` | 3.8+ |
|
|
46
47
|
|`3.0.0` - `4.2.1` |`4.12.0` - `4.25.0` | 3.8+ |
|
|
47
48
|
|`2.10.0` - `2.11.1` |`4.1.0` - `4.11.2` | 3.7+ |
|
|
48
49
|
|`2.2.0` - `2.9.0` |`4.1.0` - `4.9.0` | 3.7+ |
|
|
@@ -426,10 +427,11 @@ Appium Python Client has `120` seconds read timeout on each HTTP request since t
|
|
|
426
427
|
the corresponding selenium binding version.
|
|
427
428
|
You have two methods to extend the read timeout.
|
|
428
429
|
|
|
429
|
-
1.
|
|
430
|
-
2. Configure timeout via `selenium.webdriver.remote.client_config.ClientConfig`
|
|
430
|
+
1. **Recommend** Configure timeout via `appium.webdriver.client_config.AppiumClientConfig` or `selenium.webdriver.remote.client_config.ClientConfig`
|
|
431
431
|
- `timeout` argument, or
|
|
432
432
|
- `init_args_for_pool_manager` argument for `urllib3.PoolManager`
|
|
433
|
+
2. Set `GLOBAL_DEFAULT_TIMEOUT` environment variable
|
|
434
|
+
- This env var will be removed from the selenium binding ([issue](https://github.com/SeleniumHQ/selenium/issues/15604))
|
|
433
435
|
|
|
434
436
|
## Documentation
|
|
435
437
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
version = '5.1.1'
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
15
|
import os
|
|
16
|
-
from typing import Any, Dict, Optional, Tuple, Union
|
|
16
|
+
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
17
17
|
|
|
18
18
|
from appium.common.helper import encode_file_to_base64
|
|
19
19
|
from appium.webdriver.extensions.flutter_integration.flutter_finder import FlutterFinder
|
|
@@ -172,6 +172,104 @@ class FlutterCommand:
|
|
|
172
172
|
"""
|
|
173
173
|
self.execute_flutter_command('activateInjectedImage', {'imageId': image_id})
|
|
174
174
|
|
|
175
|
+
def get_render_tree(
|
|
176
|
+
self,
|
|
177
|
+
widget_type: Optional[str] = None,
|
|
178
|
+
key: Optional[str] = None,
|
|
179
|
+
text: Optional[str] = None,
|
|
180
|
+
) -> List[Optional[Dict]]:
|
|
181
|
+
"""
|
|
182
|
+
Returns the render tree of the root widget.
|
|
183
|
+
|
|
184
|
+
Args:
|
|
185
|
+
widget_type (Optional[str]): The type of the widget to primary filter by.
|
|
186
|
+
key (Optional[str]): The key of the widget to filter by.
|
|
187
|
+
text (Optional[str]): The text of the widget to filter by.
|
|
188
|
+
|
|
189
|
+
Returns:
|
|
190
|
+
List[Optional[Dict]]: A list of dictionaries or None values representing the render tree.
|
|
191
|
+
|
|
192
|
+
The result is a nested list of dictionaries representing each widget and its properties,
|
|
193
|
+
such as type, key, size, attribute, state, visual information, and hierarchy.
|
|
194
|
+
|
|
195
|
+
The example widget includes the following code, which is rendered as part of the widget tree:
|
|
196
|
+
```dart
|
|
197
|
+
Semantics(
|
|
198
|
+
key: const Key('add_activity_semantics'),
|
|
199
|
+
label: 'add_activity_button',
|
|
200
|
+
button: true,
|
|
201
|
+
child: FloatingActionButton.small(
|
|
202
|
+
key: const Key('add_activity_button'),
|
|
203
|
+
tooltip: 'add_activity_button',
|
|
204
|
+
heroTag: 'add',
|
|
205
|
+
backgroundColor: const Color(0xFF2E2E3A),
|
|
206
|
+
onPressed: null,
|
|
207
|
+
child: Icon(
|
|
208
|
+
Icons.add,
|
|
209
|
+
size: 16,
|
|
210
|
+
color: Colors.amber.shade200.withOpacity(0.5),
|
|
211
|
+
semanticLabel: 'Add icon',
|
|
212
|
+
),
|
|
213
|
+
),
|
|
214
|
+
),
|
|
215
|
+
```
|
|
216
|
+
Example execute command:
|
|
217
|
+
>>> flutter_command = FlutterCommand(driver) # noqa
|
|
218
|
+
>>> flutter_command.get_render_tree(widget_type='Semantics', key='add_activity_semantics')
|
|
219
|
+
output >> [
|
|
220
|
+
{
|
|
221
|
+
"type": "Semantics",
|
|
222
|
+
"elementType": "SingleChildRenderObjectElement",
|
|
223
|
+
"description": "Semantics-[<'add_activity_semantics'>]",
|
|
224
|
+
"depth": 0,
|
|
225
|
+
"key": "[<'add_activity_semantics'>]",
|
|
226
|
+
"attributes": {
|
|
227
|
+
"semanticsLabel": "add_activity_button"
|
|
228
|
+
},
|
|
229
|
+
"visual": {},
|
|
230
|
+
"state": {},
|
|
231
|
+
"rect": {
|
|
232
|
+
"x": 0,
|
|
233
|
+
"y": 0,
|
|
234
|
+
"width": 48,
|
|
235
|
+
"height": 48
|
|
236
|
+
},
|
|
237
|
+
"children": [
|
|
238
|
+
{
|
|
239
|
+
"type": "FloatingActionButton",
|
|
240
|
+
"elementType": "StatelessElement",
|
|
241
|
+
"description": "FloatingActionButton-[<'add_activity_button'>]",
|
|
242
|
+
"depth": 1,
|
|
243
|
+
"key": "[<'add_activity_button'>]",
|
|
244
|
+
"attributes": {},
|
|
245
|
+
"visual": {},
|
|
246
|
+
"state": {},
|
|
247
|
+
"rect": {
|
|
248
|
+
"x": 0,
|
|
249
|
+
"y": 0,
|
|
250
|
+
"width": 48,
|
|
251
|
+
"height": 48
|
|
252
|
+
},
|
|
253
|
+
"children": [
|
|
254
|
+
{...},
|
|
255
|
+
"children": [...]
|
|
256
|
+
}
|
|
257
|
+
]
|
|
258
|
+
}
|
|
259
|
+
]
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
"""
|
|
263
|
+
opts = {}
|
|
264
|
+
if widget_type is not None:
|
|
265
|
+
opts['widgetType'] = widget_type
|
|
266
|
+
if key is not None:
|
|
267
|
+
opts['key'] = key
|
|
268
|
+
if text is not None:
|
|
269
|
+
opts['text'] = text
|
|
270
|
+
|
|
271
|
+
return self.execute_flutter_command('renderTree', opts)
|
|
272
|
+
|
|
175
273
|
def execute_flutter_command(self, scriptName: str, params: dict) -> Any:
|
|
176
274
|
"""
|
|
177
275
|
Executes a Flutter command by sending a script and parameters to the flutter integration driver.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
#!/usr/bin/env python
|
|
2
|
+
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
from typing import Any, Dict, List
|
|
16
|
+
|
|
17
|
+
from appium.protocols.webdriver.can_execute_commands import CanExecuteCommands
|
|
18
|
+
|
|
19
|
+
from ..mobilecommand import MobileCommand as Command
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class Logs(CanExecuteCommands):
|
|
23
|
+
@property
|
|
24
|
+
def log_types(self) -> List[str]:
|
|
25
|
+
"""Gets a list of the available log types. This only works with w3c
|
|
26
|
+
compliant browsers.
|
|
27
|
+
|
|
28
|
+
Example:
|
|
29
|
+
--------
|
|
30
|
+
>>> driver.log_types
|
|
31
|
+
"""
|
|
32
|
+
return self.execute(Command.GET_AVAILABLE_LOG_TYPES)['value']
|
|
33
|
+
|
|
34
|
+
def get_log(self, log_type: str) -> List[Dict[str, Any]]:
|
|
35
|
+
"""Gets the log for a given log type.
|
|
36
|
+
|
|
37
|
+
Parameters:
|
|
38
|
+
----------
|
|
39
|
+
log_type : str
|
|
40
|
+
- Type of log that which will be returned
|
|
41
|
+
|
|
42
|
+
Example:
|
|
43
|
+
--------
|
|
44
|
+
>>> driver.get_log('browser')
|
|
45
|
+
>>> driver.get_log('driver')
|
|
46
|
+
>>> driver.get_log('client')
|
|
47
|
+
>>> driver.get_log('server')
|
|
48
|
+
"""
|
|
49
|
+
return self.execute(Command.GET_LOG, {'type': log_type})['value']
|
|
50
|
+
|
|
51
|
+
def _add_commands(self) -> None:
|
|
52
|
+
self.command_executor.add_command(Command.GET_LOG, 'POST', '/session/$sessionId/se/log')
|
|
53
|
+
self.command_executor.add_command(Command.GET_AVAILABLE_LOG_TYPES, 'GET', '/session/$sessionId/se/log/types')
|
|
@@ -54,6 +54,7 @@ from .extensions.images_comparison import ImagesComparison
|
|
|
54
54
|
from .extensions.keyboard import Keyboard
|
|
55
55
|
from .extensions.location import Location
|
|
56
56
|
from .extensions.log_event import LogEvent
|
|
57
|
+
from .extensions.logs import Logs
|
|
57
58
|
from .extensions.remote_fs import RemoteFS
|
|
58
59
|
from .extensions.screen_record import ScreenRecord
|
|
59
60
|
from .extensions.session import Session
|
|
@@ -213,6 +214,7 @@ class WebDriver(
|
|
|
213
214
|
Keyboard,
|
|
214
215
|
Location,
|
|
215
216
|
LogEvent,
|
|
217
|
+
Logs,
|
|
216
218
|
Network,
|
|
217
219
|
Performance,
|
|
218
220
|
Power,
|
|
@@ -467,9 +469,3 @@ class WebDriver(
|
|
|
467
469
|
|
|
468
470
|
self.command_executor.add_command(Command.GET_SCREEN_ORIENTATION, 'GET', '/session/$sessionId/orientation')
|
|
469
471
|
self.command_executor.add_command(Command.SET_SCREEN_ORIENTATION, 'POST', '/session/$sessionId/orientation')
|
|
470
|
-
|
|
471
|
-
# override for Appium 1.x
|
|
472
|
-
# Appium 2.0 and Appium 1.22 work with `/se/log` and `/se/log/types`
|
|
473
|
-
# FIXME: remove after a while
|
|
474
|
-
self.command_executor.add_command(Command.GET_LOG, 'POST', '/session/$sessionId/log')
|
|
475
|
-
self.command_executor.add_command(Command.GET_AVAILABLE_LOG_TYPES, 'GET', '/session/$sessionId/log/types')
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
version = '5.0.0'
|
|
File without changes
|
{appium_python_client-5.0.0 → appium_python_client-5.1.1}/Appium_Python_Client.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/__init__.py
RENAMED
|
File without changes
|
{appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/common/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/android/espresso/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/app_option.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{appium_python_client-5.0.0 → appium_python_client-5.1.1}/appium/options/common/bundle_id_option.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|