python-client icon indicating copy to clipboard operation
python-client copied to clipboard

Appium-Python-Client library install failed : No module named 'appium'

Open anlecoz opened this issue 2 years ago • 5 comments

Hello,

I have following issue when trying to install appium library :

pip install Appium-Python-Client Looking in indexes: http://nexus-proxy.groupe.generali.fr/python/repository/pypi-all/simple Collecting Appium-Python-Client Using cached http://nexus-proxy.groupe.generali.fr/python/repository/pypi-all/packages/appium-python-client/2.8.1/Appium-Python-Client-2.8.1.tar.gz (3.4 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\b300tvz\AppData\Local\Temp\pip-install-vifhpcuq\appium-python-client_75e9b86948b6479f8c84397cf0f73693\setup.py", line 19, in from appium.common.helper import library_version ModuleNotFoundError: No module named 'appium' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

Here is my configuration of python, appium and installed libraries :

pip list Package Version

async-generator 1.10 attrs 22.2.0 certifi 2022.12.7 cffi 1.15.1 docutils 0.19 h11 0.14.0 idna 3.4 outcome 1.2.0 pip 23.0.1 pycparser 2.21 PySocks 1.7.1 robotframework 6.0.2 robotframework-pythonlibcore 4.1.2 robotframework-seleniumlibrary 6.0.0 selenium 4.8.2 setuptools 67.4.0 sniffio 1.3.0 sortedcontainers 2.4.0 trio 0.22.0 trio-websocket 0.9.2 urllib3 1.26.14 wheel 0.38.4 wsproto 1.2.0

python --version Python 3.11.2

appium --version 1.22.3

appium-doctor WARN AppiumDoctor [Deprecated] Please use appium-doctor installed with "npm install @appium/doctor --location=global" info AppiumDoctor Appium Doctor v.1.16.2 info AppiumDoctor ### Diagnostic for necessary dependencies starting ### info AppiumDoctor ✔ The Node.js binary was found at: C:\JTB\nodejs\node.EXE info AppiumDoctor ✔ Node version is 18.14.0 info AppiumDoctor ✔ ANDROID_HOME is set to: C:\Users\b300tvz\AppData\Local\Android\Sdk info AppiumDoctor ✔ JAVA_HOME is set to: C:\JTB\jdk\jdk11.0.9_11 info AppiumDoctor 'adb' is in C:\Users\b300tvz\AppData\Local\Android\Sdk\platform-tools\adb.exe info AppiumDoctor 'android' is in C:\Users\b300tvz\AppData\Local\Android\Sdk\tools\android.bat info AppiumDoctor 'emulator' is in C:\Users\b300tvz\AppData\Local\Android\Sdk\emulator\emulator.exe info AppiumDoctor 'apkanalyzer.bat' is in C:\Users\b300tvz\AppData\Local\Android\Sdk\cmdline-tools\latest\bin\apkanalyzer.bat info AppiumDoctor ✔ adb, android, emulator, apkanalyzer.bat exist: C:\Users\b300tvz\AppData\Local\Android\Sdk info AppiumDoctor ✔ 'bin' subfolder exists under 'C:\JTB\jdk\jdk11.0.9_11' info AppiumDoctor ### Diagnostic for necessary dependencies completed, no fix needed. ### info AppiumDoctor info AppiumDoctor ### Diagnostic for optional dependencies starting ### WARN AppiumDoctor ✖ opencv4nodejs cannot be found. WARN AppiumDoctor ✖ ffmpeg cannot be found WARN AppiumDoctor ✖ mjpeg-consumer cannot be found. WARN AppiumDoctor ✖ bundletool.jar cannot be found WARN AppiumDoctor ✖ gst-launch-1.0.exe and/or gst-inspect-1.0.exe cannot be found info AppiumDoctor ### Diagnostic for optional dependencies completed, 5 fixes possible. ### info AppiumDoctor info AppiumDoctor ### Optional Manual Fixes ### info AppiumDoctor The configuration can install optionally. Please do the following manually: WARN AppiumDoctor ➜ Why opencv4nodejs is needed and how to install it: http://appium.io/docs/en/writing-running-appium/image-comparison/ WARN AppiumDoctor ➜ ffmpeg is needed to record screen features. Please read https://www.ffmpeg.org/ to install it WARN AppiumDoctor ➜ mjpeg-consumer module is required to use MJPEG-over-HTTP features. Please install it with 'npm i -g mjpeg-consumer'. WARN AppiumDoctor ➜ bundletool.jar is used to handle Android App Bundle. Please read http://appium.io/docs/en/writing-running-appium/android/android-appbundle/ to install it. Also consider adding the ".jar" extension into your PATH EXT environment variable in order to fix the problem for Windows WARN AppiumDoctor ➜ gst-launch-1.0.exe and gst-inspect-1.0.exe are used to stream the screen of the device under test. Please read https://appium.io/docs/en/writing-running-appium/android/android-screen-streaming/ to install them a nd for more details info AppiumDoctor info AppiumDoctor ### info AppiumDoctor info AppiumDoctor Bye! Run appium-doctor again when all manual fixes have been applied! info AppiumDoctor

Have you an idea to fix this issue ? Thanks for your response

anlecoz avatar Mar 09 '23 08:03 anlecoz

What is the actual http://nexus-proxy.groupe.generali.fr/python/repository/pypi-all/packages/appium-python-client/2.8.1/Appium-Python-Client-2.8.1.tar.gz ? The link shown not found for me, but you could check the package itself.

You also could download the package from https://pypi.org/project/Appium-Python-Client/#files directly to compare

KazuCocoa avatar Mar 09 '23 10:03 KazuCocoa

Done with downloading package from https://pypi.org/project/Appium-Python-Client/#files directly and some error :

python setup.py install Traceback (most recent call last): File "D:\Data\b300tvz\Downloads\Appium-Python-Client-2.8.1 (1).tar\Appium-Python-Client-2.8.1\setup.py", line 19, in from appium.common.helper import library_version ModuleNotFoundError: No module named 'appium'

anlecoz avatar Mar 09 '23 13:03 anlecoz

What is the directory structure in the downloaded file?

e.g.

$ tree
.
├── Appium_Python_Client.egg-info
│   ├── PKG-INFO
│   ├── SOURCES.txt
│   ├── dependency_links.txt
│   ├── requires.txt
│   └── top_level.txt
├── LICENSE
├── MANIFEST.in
├── PKG-INFO
├── README.md
├── appium
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── common
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── exceptions.py
│   │   ├── helper.py
│   │   └── logger.py
│   ├── options
│   │   ├── __init__.py
│   │   ├── android
│   │   │   ├── __init__.py
│   │   │   ├── common
│   │   │   │   ├── __init__.py
│   │   │   │   ├── adb
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── adb_exec_timeout_option.py
│   │   │   │   │   ├── adb_port_option.py
│   │   │   │   │   ├── allow_delay_adb_option.py
│   │   │   │   │   ├── build_tools_version_option.py
│   │   │   │   │   ├── clear_device_logs_on_start_option.py
│   │   │   │   │   ├── ignore_hidden_api_policy_error_option.py
│   │   │   │   │   ├── logcat_filter_specs_option.py
│   │   │   │   │   ├── logcat_format_option.py
│   │   │   │   │   ├── mock_location_app_option.py
│   │   │   │   │   ├── remote_adb_host_option.py
│   │   │   │   │   ├── skip_logcat_capture_option.py
│   │   │   │   │   └── suppress_kill_server_option.py
│   │   │   │   ├── app
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── allow_test_packages_option.py
│   │   │   │   │   ├── android_install_timeout_option.py
│   │   │   │   │   ├── app_activity_option.py
│   │   │   │   │   ├── app_package_option.py
│   │   │   │   │   ├── app_wait_activity_option.py
│   │   │   │   │   ├── app_wait_duration_option.py
│   │   │   │   │   ├── app_wait_for_launch_option.py
│   │   │   │   │   ├── app_wait_package_option.py
│   │   │   │   │   ├── auto_grant_premissions_option.py
│   │   │   │   │   ├── enforce_app_install_option.py
│   │   │   │   │   ├── intent_action_option.py
│   │   │   │   │   ├── intent_category_option.py
│   │   │   │   │   ├── intent_flags_option.py
│   │   │   │   │   ├── optional_intent_arguments_option.py
│   │   │   │   │   ├── remote_apps_cache_limit_option.py
│   │   │   │   │   └── uninstall_other_packages_option.py
│   │   │   │   ├── avd
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── avd_args_option.py
│   │   │   │   │   ├── avd_env_option.py
│   │   │   │   │   ├── avd_launch_timeout_option.py
│   │   │   │   │   ├── avd_option.py
│   │   │   │   │   ├── avd_ready_timeout_option.py
│   │   │   │   │   ├── gps_enabled_option.py
│   │   │   │   │   └── network_speed_option.py
│   │   │   │   ├── context
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── auto_webview_timeout_option.py
│   │   │   │   │   ├── chrome_logging_prefs_option.py
│   │   │   │   │   ├── chrome_options_option.py
│   │   │   │   │   ├── chromedriver_args_option.py
│   │   │   │   │   ├── chromedriver_chrome_mapping_file_option.py
│   │   │   │   │   ├── chromedriver_disable_build_check_option.py
│   │   │   │   │   ├── chromedriver_executable_dir_option.py
│   │   │   │   │   ├── chromedriver_executable_option.py
│   │   │   │   │   ├── chromedriver_port_option.py
│   │   │   │   │   ├── chromedriver_ports_option.py
│   │   │   │   │   ├── chromedriver_use_system_executable_option.py
│   │   │   │   │   ├── ensure_webviews_have_pages_option.py
│   │   │   │   │   ├── extract_chrome_android_package_from_context_name_option.py
│   │   │   │   │   ├── native_web_screenshot_option.py
│   │   │   │   │   ├── recreate_chrome_driver_sessions_option.py
│   │   │   │   │   ├── show_chromedriver_log_option.py
│   │   │   │   │   └── webview_devtools_port_option.py
│   │   │   │   ├── localization
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── locale_script_option.py
│   │   │   │   ├── locking
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── skip_unlock_option.py
│   │   │   │   │   ├── unlock_key_option.py
│   │   │   │   │   ├── unlock_strategy_option.py
│   │   │   │   │   ├── unlock_success_timeout_option.py
│   │   │   │   │   └── unlock_type_option.py
│   │   │   │   ├── mjpeg
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── mjpeg_screenshot_url_option.py
│   │   │   │   ├── other
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── disable_suppress_accessibility_service_option.py
│   │   │   │   │   └── user_profile_option.py
│   │   │   │   └── signing
│   │   │   │       ├── __init__.py
│   │   │   │       ├── key_alias_option.py
│   │   │   │       ├── key_password_option.py
│   │   │   │       ├── keystore_password_option.py
│   │   │   │       ├── keystore_path_option.py
│   │   │   │       ├── no_sign_option.py
│   │   │   │       └── use_keystore_option.py
│   │   │   ├── espresso
│   │   │   │   ├── __init__.py
│   │   │   │   ├── activity_options_option.py
│   │   │   │   ├── app_locale_option.py
│   │   │   │   ├── base.py
│   │   │   │   ├── espresso_build_config_option.py
│   │   │   │   ├── espresso_server_launch_timeout_option.py
│   │   │   │   ├── force_espresso_rebuild_option.py
│   │   │   │   ├── intent_options_option.py
│   │   │   │   └── show_gradle_log_option.py
│   │   │   └── uiautomator2
│   │   │       ├── __init__.py
│   │   │       ├── base.py
│   │   │       ├── disable_window_animation_option.py
│   │   │       ├── mjpeg_server_port_option.py
│   │   │       ├── skip_device_initialization_option.py
│   │   │       ├── skip_server_installation_option.py
│   │   │       ├── uiautomator2_server_install_timeout_option.py
│   │   │       ├── uiautomator2_server_launch_timeout_option.py
│   │   │       └── uiautomator2_server_read_timeout_option.py
│   │   ├── common
│   │   │   ├── __init__.py
│   │   │   ├── app_option.py
│   │   │   ├── auto_web_view_option.py
│   │   │   ├── automation_name_option.py
│   │   │   ├── base.py
│   │   │   ├── bundle_id_option.py
│   │   │   ├── clear_system_files_option.py
│   │   │   ├── device_name_option.py
│   │   │   ├── enable_performance_logging_option.py
│   │   │   ├── event_timings_option.py
│   │   │   ├── full_reset_option.py
│   │   │   ├── is_headless_option.py
│   │   │   ├── language_option.py
│   │   │   ├── locale_option.py
│   │   │   ├── new_command_timeout_option.py
│   │   │   ├── no_reset_option.py
│   │   │   ├── orientation_option.py
│   │   │   ├── other_apps_option.py
│   │   │   ├── postrun_option.py
│   │   │   ├── prerun_option.py
│   │   │   ├── print_page_source_on_find_failure_option.py
│   │   │   ├── skip_log_capture_option.py
│   │   │   ├── supports_capabilities.py
│   │   │   ├── system_host_option.py
│   │   │   ├── system_port_option.py
│   │   │   └── udid_option.py
│   │   ├── gecko
│   │   │   ├── __init__.py
│   │   │   ├── android_storage_option.py
│   │   │   ├── base.py
│   │   │   ├── firefox_options_option.py
│   │   │   ├── marionette_port_option.py
│   │   │   └── verbosity_option.py
│   │   ├── ios
│   │   │   ├── __init__.py
│   │   │   ├── safari
│   │   │   │   ├── __init__.py
│   │   │   │   ├── automatic_inspection_option.py
│   │   │   │   ├── automatic_profiling_option.py
│   │   │   │   ├── base.py
│   │   │   │   ├── device_name_option.py
│   │   │   │   ├── device_type_option.py
│   │   │   │   ├── device_udid_option.py
│   │   │   │   ├── platform_build_version_option.py
│   │   │   │   ├── platform_version_option.py
│   │   │   │   ├── use_simulator_option.py
│   │   │   │   └── webkit_webrtc_option.py
│   │   │   └── xcuitest
│   │   │       ├── __init__.py
│   │   │       ├── app
│   │   │       │   ├── __init__.py
│   │   │       │   ├── app_install_strategy_option.py
│   │   │       │   ├── app_push_timeout_option.py
│   │   │       │   └── localizable_strings_dir_option.py
│   │   │       ├── base.py
│   │   │       ├── general
│   │   │       │   ├── __init__.py
│   │   │       │   ├── include_device_caps_to_session_info_option.py
│   │   │       │   └── reset_location_service_option.py
│   │   │       ├── other
│   │   │       │   ├── __init__.py
│   │   │       │   ├── command_timeouts_option.py
│   │   │       │   ├── launch_with_idb_option.py
│   │   │       │   ├── show_ios_log_option.py
│   │   │       │   └── use_json_source_option.py
│   │   │       ├── simulator
│   │   │       │   ├── __init__.py
│   │   │       │   ├── calendar_access_authorized_option.py
│   │   │       │   ├── calendar_format_option.py
│   │   │       │   ├── connect_hardware_keyboard_option.py
│   │   │       │   ├── custom_ssl_cert_option.py
│   │   │       │   ├── enforce_fresh_simulator_creation_option.py
│   │   │       │   ├── force_simulator_software_keyboard_presence_option.py
│   │   │       │   ├── ios_simulator_logs_predicate_option.py
│   │   │       │   ├── keep_key_chains_option.py
│   │   │       │   ├── keychains_exclude_patterns_option.py
│   │   │       │   ├── permissions_option.py
│   │   │       │   ├── reduce_motion_option.py
│   │   │       │   ├── reset_on_session_start_only_option.py
│   │   │       │   ├── scale_factor_option.py
│   │   │       │   ├── shutdown_other_simulators_option.py
│   │   │       │   ├── simulator_devices_set_path_option.py
│   │   │       │   ├── simulator_pasteboard_automatic_sync_option.py
│   │   │       │   ├── simulator_startup_timeout_option.py
│   │   │       │   ├── simulator_trace_pointer_option.py
│   │   │       │   └── simulator_window_center_option.py
│   │   │       ├── wda
│   │   │       │   ├── __init__.py
│   │   │       │   ├── allow_provisioning_device_regitration_option.py
│   │   │       │   ├── auto_accept_alerts_option.py
│   │   │       │   ├── auto_disimiss_alerts_option.py
│   │   │       │   ├── derived_data_path_option.py
│   │   │       │   ├── disable_automatic_screenshots_option.py
│   │   │       │   ├── force_app_launch_option.py
│   │   │       │   ├── keychain_password_option.py
│   │   │       │   ├── keychain_path_option.py
│   │   │       │   ├── max_typing_frequency_option.py
│   │   │       │   ├── mjpeg_server_port_option.py
│   │   │       │   ├── process_arguments_option.py
│   │   │       │   ├── result_bundle_path_option.py
│   │   │       │   ├── screenshot_quality_option.py
│   │   │       │   ├── should_terminate_app_option.py
│   │   │       │   ├── should_use_singleton_test_manager_option.py
│   │   │       │   ├── show_xcode_log_option.py
│   │   │       │   ├── simple_is_visible_check_option.py
│   │   │       │   ├── updated_wda_bundle_id_option.py
│   │   │       │   ├── use_native_caching_strategy_option.py
│   │   │       │   ├── use_new_wda_option.py
│   │   │       │   ├── use_prebuilt_wda_option.py
│   │   │       │   ├── use_simple_build_test_option.py
│   │   │       │   ├── use_xctestrun_file_option.py
│   │   │       │   ├── wait_for_idle_timeout_option.py
│   │   │       │   ├── wait_for_quiescence_option.py
│   │   │       │   ├── wda_base_url_option.py
│   │   │       │   ├── wda_connection_timeout_option.py
│   │   │       │   ├── wda_eventloop_idle_delay_option.py
│   │   │       │   ├── wda_launch_timeout_option.py
│   │   │       │   ├── wda_local_port_option.py
│   │   │       │   ├── wda_startup_retries_option.py
│   │   │       │   ├── wda_startup_retry_interval_option.py
│   │   │       │   ├── web_driver_agent_url_option.py
│   │   │       │   ├── xcode_org_id_option.py
│   │   │       │   └── xcode_signing_id_option.py
│   │   │       └── webview
│   │   │           ├── __init__.py
│   │   │           ├── absolute_web_locations_option.py
│   │   │           ├── additional_webview_bundle_ids_option.py
│   │   │           ├── enable_async_execute_from_https_option.py
│   │   │           ├── full_context_list_option.py
│   │   │           ├── include_safari_in_webviews_option.py
│   │   │           ├── native_web_tap_option.py
│   │   │           ├── safari_garbage_collect_option.py
│   │   │           ├── safari_ignore_fraud_warning_option.py
│   │   │           ├── safari_ignore_web_hostnames_option.py
│   │   │           ├── safari_initial_url_option.py
│   │   │           ├── safari_log_all_communication_hex_dump_option.py
│   │   │           ├── safari_log_all_communication_option.py
│   │   │           ├── safari_open_links_in_background_option.py
│   │   │           ├── safari_socket_chunk_size_option.py
│   │   │           ├── safari_web_inspector_max_frame_length_option.py
│   │   │           ├── webkit_response_timeout_option.py
│   │   │           ├── webview_connect_retries_option.py
│   │   │           └── webview_connect_timeout_option.py
│   │   ├── mac
│   │   │   ├── __init__.py
│   │   │   └── mac2
│   │   │       ├── __init__.py
│   │   │       ├── arguments_option.py
│   │   │       ├── base.py
│   │   │       ├── bootstrap_root_option.py
│   │   │       ├── environment_option.py
│   │   │       ├── server_startup_timeout_option.py
│   │   │       ├── show_server_logs_option.py
│   │   │       ├── skip_app_kill_option.py
│   │   │       └── web_driver_agent_mac_url_option.py
│   │   └── windows
│   │       ├── __init__.py
│   │       └── windows
│   │           ├── __init__.py
│   │           ├── app_arguments_option.py
│   │           ├── app_top_level_window_option.py
│   │           ├── app_working_dir_option.py
│   │           ├── base.py
│   │           ├── create_session_timeout_option.py
│   │           ├── expreimental_web_driver_option.py
│   │           └── wait_for_app_launch_option.py
│   ├── protocols
│   │   ├── __init__.py
│   │   ├── protocol.py
│   │   └── webdriver
│   │       ├── __init__.py
│   │       ├── can_execute_commands.py
│   │       ├── can_execute_scripts.py
│   │       └── can_find_elements.py
│   ├── py.typed
│   ├── version.py
│   └── webdriver
│       ├── __init__.py
│       ├── appium_connection.py
│       ├── appium_service.py
│       ├── applicationstate.py
│       ├── clipboard_content_type.py
│       ├── command_method.py
│       ├── common
│       │   ├── __init__.py
│       │   ├── appiumby.py
│       │   ├── mobileby.py
│       │   ├── multi_action.py
│       │   └── touch_action.py
│       ├── connectiontype.py
│       ├── errorhandler.py
│       ├── extensions
│       │   ├── __init__.py
│       │   ├── action_helpers.py
│       │   ├── android
│       │   │   ├── __init__.py
│       │   │   ├── activities.py
│       │   │   ├── common.py
│       │   │   ├── display.py
│       │   │   ├── gsm.py
│       │   │   ├── nativekey.py
│       │   │   ├── network.py
│       │   │   ├── performance.py
│       │   │   ├── power.py
│       │   │   ├── sms.py
│       │   │   └── system_bars.py
│       │   ├── applications.py
│       │   ├── clipboard.py
│       │   ├── context.py
│       │   ├── device_time.py
│       │   ├── execute_driver.py
│       │   ├── execute_mobile_command.py
│       │   ├── hw_actions.py
│       │   ├── images_comparison.py
│       │   ├── ime.py
│       │   ├── keyboard.py
│       │   ├── location.py
│       │   ├── log_event.py
│       │   ├── remote_fs.py
│       │   ├── screen_record.py
│       │   ├── session.py
│       │   └── settings.py
│       ├── mobilecommand.py
│       ├── switch_to.py
│       ├── webdriver.py
│       └── webelement.py
├── docs
│   ├── Makefile
│   ├── README.md
│   ├── _build
│   │   ├── doctrees
│   │   │   ├── appium.common.doctree
│   │   │   ├── appium.doctree
│   │   │   ├── appium.webdriver.common.doctree
│   │   │   ├── appium.webdriver.doctree
│   │   │   ├── appium.webdriver.extensions.android.doctree
│   │   │   ├── appium.webdriver.extensions.doctree
│   │   │   ├── appium.webdriver.extensions.search_context.doctree
│   │   │   ├── environment.pickle
│   │   │   └── index.doctree
│   │   └── html
│   │       ├── _sources
│   │       │   ├── appium.common.rst.txt
│   │       │   ├── appium.rst.txt
│   │       │   ├── appium.webdriver.common.rst.txt
│   │       │   ├── appium.webdriver.extensions.android.rst.txt
│   │       │   ├── appium.webdriver.extensions.rst.txt
│   │       │   ├── appium.webdriver.extensions.search_context.rst.txt
│   │       │   ├── appium.webdriver.rst.txt
│   │       │   └── index.rst.txt
│   │       ├── _static
│   │       │   ├── basic.css
│   │       │   ├── css
│   │       │   │   ├── badge_only.css
│   │       │   │   ├── fonts
│   │       │   │   │   ├── Roboto-Slab-Bold.woff
│   │       │   │   │   ├── Roboto-Slab-Bold.woff2
│   │       │   │   │   ├── Roboto-Slab-Regular.woff
│   │       │   │   │   ├── Roboto-Slab-Regular.woff2
│   │       │   │   │   ├── fontawesome-webfont.eot
│   │       │   │   │   ├── fontawesome-webfont.svg
│   │       │   │   │   ├── fontawesome-webfont.ttf
│   │       │   │   │   ├── fontawesome-webfont.woff
│   │       │   │   │   ├── fontawesome-webfont.woff2
│   │       │   │   │   ├── lato-bold-italic.woff
│   │       │   │   │   ├── lato-bold-italic.woff2
│   │       │   │   │   ├── lato-bold.woff
│   │       │   │   │   ├── lato-bold.woff2
│   │       │   │   │   ├── lato-normal-italic.woff
│   │       │   │   │   ├── lato-normal-italic.woff2
│   │       │   │   │   ├── lato-normal.woff
│   │       │   │   │   └── lato-normal.woff2
│   │       │   │   └── theme.css
│   │       │   ├── doctools.js
│   │       │   ├── documentation_options.js
│   │       │   ├── file.png
│   │       │   ├── jquery-3.5.1.js
│   │       │   ├── jquery.js
│   │       │   ├── js
│   │       │   │   ├── badge_only.js
│   │       │   │   ├── html5shiv-printshiv.min.js
│   │       │   │   ├── html5shiv.min.js
│   │       │   │   └── theme.js
│   │       │   ├── language_data.js
│   │       │   ├── minus.png
│   │       │   ├── plus.png
│   │       │   ├── pygments.css
│   │       │   ├── searchtools.js
│   │       │   ├── underscore-1.13.1.js
│   │       │   └── underscore.js
│   │       ├── appium.common.html
│   │       ├── appium.html
│   │       ├── appium.webdriver.common.html
│   │       ├── appium.webdriver.extensions.android.html
│   │       ├── appium.webdriver.extensions.html
│   │       ├── appium.webdriver.extensions.search_context.html
│   │       ├── appium.webdriver.html
│   │       ├── genindex.html
│   │       ├── index.html
│   │       ├── objects.inv
│   │       ├── py-modindex.html
│   │       ├── search.html
│   │       └── searchindex.js
│   ├── conf.py
│   ├── generate.sh
│   ├── index.rst
│   ├── make.bat
│   ├── requirements.txt
│   ├── webdriver.common.rst
│   ├── webdriver.extensions.android.rst
│   ├── webdriver.extensions.rst
│   ├── webdriver.extensions.search_context.rst
│   └── webdriver.rst
├── setup.cfg
└── setup.py

KazuCocoa avatar Mar 09 '23 17:03 KazuCocoa

I have well this directory structure :

C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1> ls -R

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 appium d----- 10/03/2023 09:15 Appium_Python_Client.egg-info d----- 10/03/2023 09:15 docs -a---- 21/01/2023 05:10 11384 LICENSE -a---- 21/01/2023 05:10 41 MANIFEST.in -a---- 21/01/2023 05:10 10891 PKG-INFO -a---- 21/01/2023 05:10 9795 README.md -a---- 21/01/2023 05:10 545 setup.cfg -a---- 21/01/2023 05:10 2066 setup.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 common d----- 10/03/2023 09:15 options d----- 10/03/2023 09:15 protocols d----- 10/03/2023 09:15 webdriver -a---- 21/01/2023 05:10 0 py.typed -a---- 21/01/2023 05:10 18 version.py -a---- 21/01/2023 05:10 597 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\common

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 924 exceptions.py -a---- 21/01/2023 05:10 1177 helper.py -a---- 21/01/2023 05:10 863 logger.py -a---- 21/01/2023 05:10 613 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 android d----- 10/03/2023 09:15 common d----- 10/03/2023 09:15 gecko d----- 10/03/2023 09:15 ios d----- 10/03/2023 09:15 mac d----- 10/03/2023 09:15 windows -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 common d----- 10/03/2023 09:15 espresso d----- 10/03/2023 09:15 uiautomator2 -a---- 21/01/2023 05:10 94 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android\common

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 adb d----- 10/03/2023 09:15 app d----- 10/03/2023 09:15 avd d----- 10/03/2023 09:15 context d----- 10/03/2023 09:15 localization d----- 10/03/2023 09:15 locking d----- 10/03/2023 09:15 mjpeg d----- 10/03/2023 09:15 other d----- 10/03/2023 09:15 signing -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android\common\adb

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1673 adb_exec_timeout_option.py -a---- 21/01/2023 05:10 1338 adb_port_option.py -a---- 21/01/2023 05:10 1513 allow_delay_adb_option.py -a---- 21/01/2023 05:10 1676 build_tools_version_option.py -a---- 21/01/2023 05:10 1600 clear_device_logs_on_start_option.py -a---- 21/01/2023 05:10 1687 ignore_hidden_api_policy_error_option.py -a---- 21/01/2023 05:10 1727 logcat_filter_specs_option.py -a---- 21/01/2023 05:10 1432 logcat_format_option.py -a---- 21/01/2023 05:10 1750 mock_location_app_option.py -a---- 21/01/2023 05:10 1446 remote_adb_host_option.py -a---- 21/01/2023 05:10 1529 skip_logcat_capture_option.py -a---- 21/01/2023 05:10 1554 suppress_kill_server_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android\common\app

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1662 allow_test_packages_option.py -a---- 21/01/2023 05:10 1766 android_install_timeout_option.py -a---- 21/01/2023 05:10 1462 app_activity_option.py -a---- 21/01/2023 05:10 1455 app_package_option.py -a---- 21/01/2023 05:10 1504 app_wait_activity_option.py -a---- 21/01/2023 05:10 1735 app_wait_duration_option.py -a---- 21/01/2023 05:10 1695 app_wait_for_launch_option.py -a---- 21/01/2023 05:10 1499 app_wait_package_option.py -a---- 21/01/2023 05:10 1574 auto_grant_premissions_option.py -a---- 21/01/2023 05:10 1629 enforce_app_install_option.py -a---- 21/01/2023 05:10 1478 intent_action_option.py -a---- 21/01/2023 05:10 1498 intent_category_option.py -a---- 21/01/2023 05:10 1465 intent_flags_option.py -a---- 21/01/2023 05:10 1575 optional_intent_arguments_option.py -a---- 21/01/2023 05:10 1797 remote_apps_cache_limit_option.py -a---- 21/01/2023 05:10 1568 uninstall_other_packages_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android\common\avd

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1306 avd_args_option.py -a---- 21/01/2023 05:10 1350 avd_env_option.py -a---- 21/01/2023 05:10 1681 avd_launch_timeout_option.py -a---- 21/01/2023 05:10 1503 avd_option.py -a---- 21/01/2023 05:10 1728 avd_ready_timeout_option.py -a---- 21/01/2023 05:10 1448 gps_enabled_option.py -a---- 21/01/2023 05:10 1541 network_speed_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android\common\context

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1737 auto_webview_timeout_option.py -a---- 21/01/2023 05:10 1641 chromedriver_args_option.py -a---- 21/01/2023 05:10 1904 chromedriver_chrome_mapping_file_option.py -a---- 21/01/2023 05:10 1732 chromedriver_disable_build_check_option.py -a---- 21/01/2023 05:10 1881 chromedriver_executable_dir_option.py -a---- 21/01/2023 05:10 1487 chromedriver_executable_option.py -a---- 21/01/2023 05:10 1546 chromedriver_ports_option.py -a---- 21/01/2023 05:10 1482 chromedriver_port_option.py -a---- 21/01/2023 05:10 1723 chromedriver_use_system_executable_option.py -a---- 21/01/2023 05:10 1634 chrome_logging_prefs_option.py -a---- 21/01/2023 05:10 1493 chrome_options_option.py -a---- 21/01/2023 05:10 1673 ensure_webviews_have_pages_option.py -a---- 21/01/2023 05:10 1826 extract_chrome_android_package_from_context_name_option.py -a---- 21/01/2023 05:10 1614 native_web_screenshot_option.py -a---- 21/01/2023 05:10 1735 recreate_chrome_driver_sessions_option.py -a---- 21/01/2023 05:10 1535 show_chromedriver_log_option.py -a---- 21/01/2023 05:10 1602 webview_devtools_port_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android\common\localization

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1530 locale_script_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android\common\locking

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1710 skip_unlock_option.py -a---- 21/01/2023 05:10 1426 unlock_key_option.py -a---- 21/01/2023 05:10 1512 unlock_strategy_option.py -a---- 21/01/2023 05:10 1702 unlock_success_timeout_option.py -a---- 21/01/2023 05:10 1475 unlock_type_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android\common\mjpeg

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1647 mjpeg_screenshot_url_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android\common\other

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1736 disable_suppress_accessibility_service_option.py -a---- 21/01/2023 05:10 1628 user_profile_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android\common\signing

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1550 keystore_password_option.py -a---- 21/01/2023 05:10 1511 keystore_path_option.py -a---- 21/01/2023 05:10 1495 key_alias_option.py -a---- 21/01/2023 05:10 1525 key_password_option.py -a---- 21/01/2023 05:10 1647 no_sign_option.py -a---- 21/01/2023 05:10 1637 use_keystore_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android\espresso

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1525 activity_options_option.py -a---- 21/01/2023 05:10 1815 app_locale_option.py -a---- 21/01/2023 05:10 11526 base.py -a---- 21/01/2023 05:10 1878 espresso_build_config_option.py -a---- 21/01/2023 05:10 1813 espresso_server_launch_timeout_option.py -a---- 21/01/2023 05:10 1660 force_espresso_rebuild_option.py -a---- 21/01/2023 05:10 1543 intent_options_option.py -a---- 21/01/2023 05:10 1464 show_gradle_log_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\android\uiautomator2

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 11716 base.py -a---- 21/01/2023 05:10 1566 disable_window_animation_option.py -a---- 21/01/2023 05:10 1628 mjpeg_server_port_option.py -a---- 21/01/2023 05:10 1687 skip_device_initialization_option.py -a---- 21/01/2023 05:10 1871 skip_server_installation_option.py -a---- 21/01/2023 05:10 1880 uiautomator2_server_install_timeout_option.py -a---- 21/01/2023 05:10 1871 uiautomator2_server_launch_timeout_option.py -a---- 21/01/2023 05:10 2003 uiautomator2_server_read_timeout_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\common

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1395 app_option.py -a---- 21/01/2023 05:10 1393 automation_name_option.py -a---- 21/01/2023 05:10 1484 auto_web_view_option.py -a---- 21/01/2023 05:10 4125 base.py -a---- 21/01/2023 05:10 1356 bundle_id_option.py -a---- 21/01/2023 05:10 1447 clear_system_files_option.py -a---- 21/01/2023 05:10 1314 device_name_option.py -a---- 21/01/2023 05:10 1463 enable_performance_logging_option.py -a---- 21/01/2023 05:10 1445 event_timings_option.py -a---- 21/01/2023 05:10 1333 full_reset_option.py -a---- 21/01/2023 05:10 1464 is_headless_option.py -a---- 21/01/2023 05:10 1317 language_option.py -a---- 21/01/2023 05:10 1297 locale_option.py -a---- 21/01/2023 05:10 1698 new_command_timeout_option.py -a---- 21/01/2023 05:10 1315 no_reset_option.py -a---- 21/01/2023 05:10 1441 orientation_option.py -a---- 21/01/2023 05:10 1397 other_apps_option.py -a---- 21/01/2023 05:10 1375 postrun_option.py -a---- 21/01/2023 05:10 1425 prerun_option.py -a---- 21/01/2023 05:10 1599 print_page_source_on_find_failure_option.py -a---- 21/01/2023 05:10 1383 skip_log_capture_option.py -a---- 21/01/2023 05:10 1063 supports_capabilities.py -a---- 21/01/2023 05:10 1382 system_host_option.py -a---- 21/01/2023 05:10 1386 system_port_option.py -a---- 21/01/2023 05:10 1285 udid_option.py -a---- 21/01/2023 05:10 32 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\gecko

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1458 android_storage_option.py -a---- 21/01/2023 05:10 1893 base.py -a---- 21/01/2023 05:10 1441 firefox_options_option.py -a---- 21/01/2023 05:10 1757 marionette_port_option.py -a---- 21/01/2023 05:10 1409 verbosity_option.py -a---- 21/01/2023 05:10 31 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\ios

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 safari d----- 10/03/2023 09:15 xcuitest -a---- 21/01/2023 05:10 82 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\ios\safari

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1699 automatic_inspection_option.py -a---- 21/01/2023 05:10 1624 automatic_profiling_option.py -a---- 21/01/2023 05:10 1906 base.py -a---- 21/01/2023 05:10 1778 device_name_option.py -a---- 21/01/2023 05:10 1652 device_type_option.py -a---- 21/01/2023 05:10 1715 device_udid_option.py -a---- 21/01/2023 05:10 1680 platform_build_version_option.py -a---- 21/01/2023 05:10 1665 platform_version_option.py -a---- 21/01/2023 05:10 1621 use_simulator_option.py -a---- 21/01/2023 05:10 2325 webkit_webrtc_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\ios\xcuitest

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 app d----- 10/03/2023 09:15 general d----- 10/03/2023 09:15 other d----- 10/03/2023 09:15 simulator d----- 10/03/2023 09:15 wda d----- 10/03/2023 09:15 webview -a---- 21/01/2023 05:10 11038 base.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\ios\xcuitest\app

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1985 app_install_strategy_option.py -a---- 21/01/2023 05:10 1677 app_push_timeout_option.py -a---- 21/01/2023 05:10 1512 localizable_strings_dir_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\ios\xcuitest\general

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1783 include_device_caps_to_session_info_option.py -a---- 21/01/2023 05:10 1530 reset_location_service_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\ios\xcuitest\other

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 2627 command_timeouts_option.py -a---- 21/01/2023 05:10 1710 launch_with_idb_option.py -a---- 21/01/2023 05:10 1427 show_ios_log_option.py -a---- 21/01/2023 05:10 1479 use_json_source_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\ios\xcuitest\simulator

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1703 calendar_access_authorized_option.py -a---- 21/01/2023 05:10 1374 calendar_format_option.py -a---- 21/01/2023 05:10 1890 connect_hardware_keyboard_option.py -a---- 21/01/2023 05:10 1425 custom_ssl_cert_option.py -a---- 21/01/2023 05:10 1594 enforce_fresh_simulator_creation_option.py -a---- 21/01/2023 05:10 2127 force_simulator_software_keyboard_presence_option.py -a---- 21/01/2023 05:10 1485 ios_simulator_logs_predicate_option.py -a---- 21/01/2023 05:10 1514 keep_key_chains_option.py -a---- 21/01/2023 05:10 1858 keychains_exclude_patterns_option.py -a---- 21/01/2023 05:10 2158 permissions_option.py -a---- 21/01/2023 05:10 1491 reduce_motion_option.py -a---- 21/01/2023 05:10 1731 reset_on_session_start_only_option.py -a---- 21/01/2023 05:10 1797 scale_factor_option.py -a---- 21/01/2023 05:10 1951 shutdown_other_simulators_option.py -a---- 21/01/2023 05:10 1695 simulator_devices_set_path_option.py -a---- 21/01/2023 05:10 1866 simulator_pasteboard_automatic_sync_option.py -a---- 21/01/2023 05:10 1919 simulator_startup_timeout_option.py -a---- 21/01/2023 05:10 1644 simulator_trace_pointer_option.py -a---- 21/01/2023 05:10 1683 simulator_window_center_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\ios\xcuitest\wda

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1774 allow_provisioning_device_regitration_option.py -a---- 21/01/2023 05:10 1521 auto_accept_alerts_option.py -a---- 21/01/2023 05:10 1531 auto_disimiss_alerts_option.py -a---- 21/01/2023 05:10 1648 derived_data_path_option.py -a---- 21/01/2023 05:10 1623 disable_automatic_screenshots_option.py -a---- 21/01/2023 05:10 1711 force_app_launch_option.py -a---- 21/01/2023 05:10 1433 keychain_password_option.py -a---- 21/01/2023 05:10 1382 keychain_path_option.py -a---- 21/01/2023 05:10 1556 max_typing_frequency_option.py -a---- 21/01/2023 05:10 1692 mjpeg_server_port_option.py -a---- 21/01/2023 05:10 1870 process_arguments_option.py -a---- 21/01/2023 05:10 1702 result_bundle_path_option.py -a---- 21/01/2023 05:10 1641 screenshot_quality_option.py -a---- 21/01/2023 05:10 1705 should_terminate_app_option.py -a---- 21/01/2023 05:10 1662 should_use_singleton_test_manager_option.py -a---- 21/01/2023 05:10 1547 show_xcode_log_option.py -a---- 21/01/2023 05:10 1817 simple_is_visible_check_option.py -a---- 21/01/2023 05:10 1510 updated_wda_bundle_id_option.py -a---- 21/01/2023 05:10 1715 use_native_caching_strategy_option.py -a---- 21/01/2023 05:10 2403 use_new_wda_option.py -a---- 21/01/2023 05:10 1503 use_prebuilt_wda_option.py -a---- 21/01/2023 05:10 1635 use_simple_build_test_option.py -a---- 21/01/2023 05:10 2497 use_xctestrun_file_option.py -a---- 21/01/2023 05:10 2074 wait_for_idle_timeout_option.py -a---- 21/01/2023 05:10 1726 wait_for_quiescence_option.py -a---- 21/01/2023 05:10 1608 wda_base_url_option.py -a---- 21/01/2023 05:10 1728 wda_connection_timeout_option.py -a---- 21/01/2023 05:10 2124 wda_eventloop_idle_delay_option.py -a---- 21/01/2023 05:10 1702 wda_launch_timeout_option.py -a---- 21/01/2023 05:10 1558 wda_local_port_option.py -a---- 21/01/2023 05:10 1469 wda_startup_retries_option.py -a---- 21/01/2023 05:10 1772 wda_startup_retry_interval_option.py -a---- 21/01/2023 05:10 1471 web_driver_agent_url_option.py -a---- 21/01/2023 05:10 1490 xcode_org_id_option.py -a---- 21/01/2023 05:10 1490 xcode_signing_id_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\ios\xcuitest\webview

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1759 absolute_web_locations_option.py -a---- 21/01/2023 05:10 1668 additional_webview_bundle_ids_option.py -a---- 21/01/2023 05:10 1609 enable_async_execute_from_https_option.py -a---- 21/01/2023 05:10 1698 full_context_list_option.py -a---- 21/01/2023 05:10 1695 include_safari_in_webviews_option.py -a---- 21/01/2023 05:10 1582 native_web_tap_option.py -a---- 21/01/2023 05:10 1563 safari_garbage_collect_option.py -a---- 21/01/2023 05:10 1557 safari_ignore_fraud_warning_option.py -a---- 21/01/2023 05:10 1791 safari_ignore_web_hostnames_option.py -a---- 21/01/2023 05:10 1395 safari_initial_url_option.py -a---- 21/01/2023 05:10 1956 safari_log_all_communication_hex_dump_option.py -a---- 21/01/2023 05:10 1674 safari_log_all_communication_option.py -a---- 21/01/2023 05:10 1575 safari_open_links_in_background_option.py -a---- 21/01/2023 05:10 1718 safari_socket_chunk_size_option.py -a---- 21/01/2023 05:10 1788 safari_web_inspector_max_frame_length_option.py -a---- 21/01/2023 05:10 1759 webkit_response_timeout_option.py -a---- 21/01/2023 05:10 1546 webview_connect_retries_option.py -a---- 21/01/2023 05:10 1747 webview_connect_timeout_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\mac

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 mac2 -a---- 21/01/2023 05:10 35 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\mac\mac2

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1468 arguments_option.py -a---- 21/01/2023 05:10 4759 base.py -a---- 21/01/2023 05:10 1612 bootstrap_root_option.py -a---- 21/01/2023 05:10 1637 environment_option.py -a---- 21/01/2023 05:10 1761 server_startup_timeout_option.py -a---- 21/01/2023 05:10 1456 show_server_logs_option.py -a---- 21/01/2023 05:10 1535 skip_app_kill_option.py -a---- 21/01/2023 05:10 1557 web_driver_agent_mac_url_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\windows

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 windows -a---- 21/01/2023 05:10 41 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\options\windows\windows

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1506 app_arguments_option.py -a---- 21/01/2023 05:10 1625 app_top_level_window_option.py -a---- 21/01/2023 05:10 1558 app_working_dir_option.py -a---- 21/01/2023 05:10 4189 base.py -a---- 21/01/2023 05:10 1928 create_session_timeout_option.py -a---- 21/01/2023 05:10 1550 expreimental_web_driver_option.py -a---- 21/01/2023 05:10 1846 wait_for_app_launch_option.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\protocols

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 webdriver -a---- 21/01/2023 05:10 776 protocol.py -a---- 21/01/2023 05:10 567 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\protocols\webdriver

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 882 can_execute_commands.py -a---- 21/01/2023 05:10 1044 can_execute_scripts.py -a---- 21/01/2023 05:10 976 can_find_elements.py -a---- 21/01/2023 05:10 567 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\webdriver

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 common d----- 10/03/2023 09:15 extensions -a---- 21/01/2023 05:10 2321 appium_connection.py -a---- 21/01/2023 05:10 11038 appium_service.py -a---- 21/01/2023 05:10 735 applicationstate.py -a---- 21/01/2023 05:10 661 clipboard_content_type.py -a---- 21/01/2023 05:10 792 command_method.py -a---- 21/01/2023 05:10 1567 connectiontype.py -a---- 21/01/2023 05:10 1137 errorhandler.py -a---- 21/01/2023 05:10 3954 mobilecommand.py -a---- 21/01/2023 05:10 1414 switch_to.py -a---- 21/01/2023 05:10 20948 webdriver.py -a---- 21/01/2023 05:10 7240 webelement.py -a---- 21/01/2023 05:10 694 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\webdriver\common

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1107 appiumby.py -a---- 21/01/2023 05:10 787 mobileby.py -a---- 21/01/2023 05:10 3468 multi_action.py -a---- 21/01/2023 05:10 6821 touch_action.py -a---- 21/01/2023 05:10 623 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\webdriver\extensions

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 android -a---- 21/01/2023 05:10 7672 action_helpers.py -a---- 21/01/2023 05:10 8889 applications.py -a---- 21/01/2023 05:10 3471 clipboard.py -a---- 21/01/2023 05:10 2067 context.py -a---- 21/01/2023 05:10 2212 device_time.py -a---- 21/01/2023 05:10 2710 execute_driver.py -a---- 21/01/2023 05:10 2380 execute_mobile_command.py -a---- 21/01/2023 05:10 4182 hw_actions.py -a---- 21/01/2023 05:10 7151 images_comparison.py -a---- 21/01/2023 05:10 3580 ime.py -a---- 21/01/2023 05:10 5130 keyboard.py -a---- 21/01/2023 05:10 3338 location.py -a---- 21/01/2023 05:10 2560 log_event.py -a---- 21/01/2023 05:10 3548 remote_fs.py -a---- 21/01/2023 05:10 13010 screen_record.py -a---- 21/01/2023 05:10 2275 session.py -a---- 21/01/2023 05:10 2052 settings.py -a---- 21/01/2023 05:10 567 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\appium\webdriver\extensions\android

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 3920 activities.py -a---- 21/01/2023 05:10 2537 common.py -a---- 21/01/2023 05:10 1411 display.py -a---- 21/01/2023 05:10 4410 gsm.py -a---- 21/01/2023 05:10 30132 nativekey.py -a---- 21/01/2023 05:10 4920 network.py -a---- 21/01/2023 05:10 2769 performance.py -a---- 21/01/2023 05:10 2256 power.py -a---- 21/01/2023 05:10 1600 sms.py -a---- 21/01/2023 05:10 1711 system_bars.py -a---- 21/01/2023 05:10 0 init.py

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\Appium_Python_Client.egg-info

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 1 dependency_links.txt -a---- 21/01/2023 05:10 10891 PKG-INFO -a---- 21/01/2023 05:10 14 requires.txt -a---- 21/01/2023 05:10 20768 SOURCES.txt -a---- 21/01/2023 05:10 7 top_level.txt

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\docs

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 _build -a---- 21/01/2023 05:10 6148 .DS_Store -a---- 21/01/2023 05:10 2012 conf.py -a---- 21/01/2023 05:10 107 generate.sh -a---- 21/01/2023 05:10 489 index.rst -a---- 21/01/2023 05:10 799 make.bat -a---- 21/01/2023 05:10 634 Makefile -a---- 21/01/2023 05:10 323 README.md -a---- 21/01/2023 05:10 44 requirements.txt -a---- 21/01/2023 05:10 714 webdriver.common.rst -a---- 21/01/2023 05:10 2208 webdriver.extensions.android.rst -a---- 21/01/2023 05:10 3480 webdriver.extensions.rst -a---- 21/01/2023 05:10 1595 webdriver.extensions.search_context.rst -a---- 21/01/2023 05:10 1881 webdriver.rst

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\docs\_build

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 doctrees d----- 10/03/2023 09:15 html

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\docs\_build\doctrees

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 22030 appium.common.doctree -a---- 21/01/2023 05:10 4702 appium.doctree -a---- 21/01/2023 05:10 100294 appium.webdriver.common.doctree -a---- 21/01/2023 05:10 377633 appium.webdriver.doctree -a---- 21/01/2023 05:10 685784 appium.webdriver.extensions.android.doctree -a---- 21/01/2023 05:10 620400 appium.webdriver.extensions.doctree -a---- 21/01/2023 05:10 191010 appium.webdriver.extensions.search_context.doctree -a---- 21/01/2023 05:10 209918 environment.pickle -a---- 21/01/2023 05:10 5039 index.doctree

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\docs\_build\html

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 _sources d----- 10/03/2023 09:15 _static -a---- 21/01/2023 05:10 230 .buildinfo -a---- 21/01/2023 05:10 0 .nojekyll -a---- 21/01/2023 05:10 12068 appium.common.html -a---- 21/01/2023 05:10 13788 appium.html -a---- 21/01/2023 05:10 38641 appium.webdriver.common.html -a---- 21/01/2023 05:10 237013 appium.webdriver.extensions.android.html -a---- 21/01/2023 05:10 185363 appium.webdriver.extensions.html -a---- 21/01/2023 05:10 69528 appium.webdriver.extensions.search_context.html -a---- 21/01/2023 05:10 139852 appium.webdriver.html -a---- 21/01/2023 05:10 136243 genindex.html -a---- 21/01/2023 05:10 8361 index.html -a---- 21/01/2023 05:10 5508 objects.inv -a---- 21/01/2023 05:10 19014 py-modindex.html -a---- 21/01/2023 05:10 3625 search.html -a---- 21/01/2023 05:10 46698 searchindex.js

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\docs\_build\html\_sources

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 644 appium.common.rst.txt -a---- 21/01/2023 05:10 388 appium.rst.txt -a---- 21/01/2023 05:10 983 appium.webdriver.common.rst.txt -a---- 21/01/2023 05:10 2439 appium.webdriver.extensions.android.rst.txt -a---- 21/01/2023 05:10 3872 appium.webdriver.extensions.rst.txt -a---- 21/01/2023 05:10 1742 appium.webdriver.extensions.search_context.rst.txt -a---- 21/01/2023 05:10 2310 appium.webdriver.rst.txt -a---- 21/01/2023 05:10 486 index.rst.txt

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\docs\_build\html\_static

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 css d----- 10/03/2023 09:15 js -a---- 21/01/2023 05:10 14667 basic.css -a---- 21/01/2023 05:10 9630 doctools.js -a---- 21/01/2023 05:10 351 documentation_options.js -a---- 21/01/2023 05:10 286 file.png -a---- 21/01/2023 05:10 287630 jquery-3.5.1.js -a---- 21/01/2023 05:10 89476 jquery.js -a---- 21/01/2023 05:10 10854 language_data.js -a---- 21/01/2023 05:10 90 minus.png -a---- 21/01/2023 05:10 90 plus.png -a---- 21/01/2023 05:10 4819 pygments.css -a---- 21/01/2023 05:10 16793 searchtools.js -a---- 21/01/2023 05:10 68420 underscore-1.13.1.js -a---- 21/01/2023 05:10 19530 underscore.js

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\docs\_build\html\_static\css

Mode LastWriteTime Length Name


d----- 10/03/2023 09:15 fonts -a---- 21/01/2023 05:10 3275 badge_only.css -a---- 21/01/2023 05:10 129674 theme.css

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\docs\_build\html\_static\css\fonts

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 165742 fontawesome-webfont.eot -a---- 21/01/2023 05:10 444379 fontawesome-webfont.svg -a---- 21/01/2023 05:10 165548 fontawesome-webfont.ttf -a---- 21/01/2023 05:10 98024 fontawesome-webfont.woff -a---- 21/01/2023 05:10 77160 fontawesome-webfont.woff2 -a---- 21/01/2023 05:10 323344 lato-bold-italic.woff -a---- 21/01/2023 05:10 193308 lato-bold-italic.woff2 -a---- 21/01/2023 05:10 309728 lato-bold.woff -a---- 21/01/2023 05:10 184912 lato-bold.woff2 -a---- 21/01/2023 05:10 328412 lato-normal-italic.woff -a---- 21/01/2023 05:10 195704 lato-normal-italic.woff2 -a---- 21/01/2023 05:10 309192 lato-normal.woff -a---- 21/01/2023 05:10 182708 lato-normal.woff2 -a---- 21/01/2023 05:10 87624 Roboto-Slab-Bold.woff -a---- 21/01/2023 05:10 67312 Roboto-Slab-Bold.woff2 -a---- 21/01/2023 05:10 86288 Roboto-Slab-Regular.woff -a---- 21/01/2023 05:10 66444 Roboto-Slab-Regular.woff2

Répertoire : C:\python-3.11.2-embed-amd64\Lib\site-packages\Appium-Python-Client-2.8.1\docs\_build\html\_static\js

Mode LastWriteTime Length Name


-a---- 21/01/2023 05:10 934 badge_only.js -a---- 21/01/2023 05:10 4370 html5shiv-printshiv.min.js -a---- 21/01/2023 05:10 2734 html5shiv.min.js -a---- 21/01/2023 05:10 5023 theme.js

anlecoz avatar Mar 10 '23 08:03 anlecoz

Thanks. Hm, the top module has appium. I have no idea about the reported no module issue right now

KazuCocoa avatar Mar 11 '23 07:03 KazuCocoa