Appium-Python-Client 5.1.1__tar.gz → 5.1.3__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.
Files changed (433) hide show
  1. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/Appium_Python_Client.egg-info/PKG-INFO +1 -1
  2. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/Appium_Python_Client.egg-info/SOURCES.txt +89 -2
  3. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/PKG-INFO +1 -1
  4. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/logcat_filter_specs_option.py +1 -1
  5. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/base.py +6 -3
  6. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/protocols/webdriver/can_find_elements.py +9 -1
  7. appium_python_client-5.1.3/appium/version.py +1 -0
  8. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/appium_connection.py +6 -5
  9. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/appium_service.py +17 -10
  10. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/common/appiumby.py +1 -0
  11. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/android/activities.py +3 -1
  12. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/android/nativekey.py +1 -1
  13. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/execute_driver.py +1 -1
  14. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/flutter_integration/flutter_commands.py +73 -68
  15. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/flutter_integration/flutter_finder.py +6 -6
  16. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/logs.py +11 -11
  17. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/mobilecommand.py +0 -3
  18. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/webdriver.py +81 -57
  19. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/webelement.py +13 -5
  20. appium_python_client-5.1.3/docs/_build/doctrees/environment.pickle +0 -0
  21. appium_python_client-5.1.3/docs/_build/doctrees/index.doctree +0 -0
  22. appium_python_client-5.1.3/docs/_build/doctrees/webdriver.common.doctree +0 -0
  23. appium_python_client-5.1.3/docs/_build/doctrees/webdriver.doctree +0 -0
  24. appium_python_client-5.1.3/docs/_build/doctrees/webdriver.extensions.android.doctree +0 -0
  25. appium_python_client-5.1.3/docs/_build/doctrees/webdriver.extensions.doctree +0 -0
  26. appium_python_client-5.1.3/docs/_build/doctrees/webdriver.extensions.flutter_integration.doctree +0 -0
  27. appium_python_client-5.1.3/docs/_build/html/.DS_Store +0 -0
  28. appium_python_client-5.1.3/docs/_build/html/.buildinfo +4 -0
  29. appium_python_client-5.1.3/docs/_build/html/.nojekyll +0 -0
  30. appium_python_client-5.1.3/docs/_build/html/_sources/index.rst.txt +18 -0
  31. appium_python_client-5.1.3/docs/_build/html/_sources/webdriver.common.rst.txt +21 -0
  32. appium_python_client-5.1.3/docs/_build/html/_sources/webdriver.extensions.android.rst.txt +93 -0
  33. appium_python_client-5.1.3/docs/_build/html/_sources/webdriver.extensions.flutter_integration.rst.txt +37 -0
  34. appium_python_client-5.1.3/docs/_build/html/_sources/webdriver.extensions.rst.txt +158 -0
  35. appium_python_client-5.1.3/docs/_build/html/_sources/webdriver.rst.txt +126 -0
  36. appium_python_client-5.1.3/docs/_build/html/_static/.DS_Store +0 -0
  37. appium_python_client-5.1.3/docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js +123 -0
  38. appium_python_client-5.1.3/docs/_build/html/_static/basic.css +906 -0
  39. appium_python_client-5.1.3/docs/_build/html/_static/css/badge_only.css +1 -0
  40. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  41. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  42. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  43. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  44. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
  45. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/fontawesome-webfont.svg +2671 -0
  46. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  47. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
  48. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  49. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
  50. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  51. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/lato-bold.woff +0 -0
  52. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/lato-bold.woff2 +0 -0
  53. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
  54. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  55. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/lato-normal.woff +0 -0
  56. appium_python_client-5.1.3/docs/_build/html/_static/css/fonts/lato-normal.woff2 +0 -0
  57. appium_python_client-5.1.3/docs/_build/html/_static/css/theme.css +4 -0
  58. appium_python_client-5.1.3/docs/_build/html/_static/doctools.js +149 -0
  59. appium_python_client-5.1.3/docs/_build/html/_static/documentation_options.js +13 -0
  60. appium_python_client-5.1.3/docs/_build/html/_static/file.png +0 -0
  61. appium_python_client-5.1.3/docs/_build/html/_static/fonts/.DS_Store +0 -0
  62. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-bold.eot +0 -0
  63. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
  64. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-bold.woff +0 -0
  65. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
  66. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
  67. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
  68. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
  69. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
  70. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-italic.eot +0 -0
  71. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
  72. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-italic.woff +0 -0
  73. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
  74. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-regular.eot +0 -0
  75. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
  76. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-regular.woff +0 -0
  77. appium_python_client-5.1.3/docs/_build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
  78. appium_python_client-5.1.3/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
  79. appium_python_client-5.1.3/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
  80. appium_python_client-5.1.3/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
  81. appium_python_client-5.1.3/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
  82. appium_python_client-5.1.3/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
  83. appium_python_client-5.1.3/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
  84. appium_python_client-5.1.3/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
  85. appium_python_client-5.1.3/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
  86. appium_python_client-5.1.3/docs/_build/html/_static/jquery.js +2 -0
  87. appium_python_client-5.1.3/docs/_build/html/_static/js/badge_only.js +1 -0
  88. appium_python_client-5.1.3/docs/_build/html/_static/js/theme.js +1 -0
  89. appium_python_client-5.1.3/docs/_build/html/_static/js/versions.js +228 -0
  90. appium_python_client-5.1.3/docs/_build/html/_static/language_data.js +192 -0
  91. appium_python_client-5.1.3/docs/_build/html/_static/minus.png +0 -0
  92. appium_python_client-5.1.3/docs/_build/html/_static/plus.png +0 -0
  93. appium_python_client-5.1.3/docs/_build/html/_static/pygments.css +75 -0
  94. appium_python_client-5.1.3/docs/_build/html/_static/searchtools.js +635 -0
  95. appium_python_client-5.1.3/docs/_build/html/_static/sphinx_highlight.js +154 -0
  96. appium_python_client-5.1.3/docs/_build/html/genindex.html +1997 -0
  97. appium_python_client-5.1.3/docs/_build/html/index.html +361 -0
  98. appium_python_client-5.1.3/docs/_build/html/objects.inv +0 -0
  99. appium_python_client-5.1.3/docs/_build/html/py-modindex.html +360 -0
  100. appium_python_client-5.1.3/docs/_build/html/search.html +120 -0
  101. appium_python_client-5.1.3/docs/_build/html/searchindex.js +1 -0
  102. appium_python_client-5.1.3/docs/_build/html/webdriver.common.html +223 -0
  103. appium_python_client-5.1.3/docs/_build/html/webdriver.extensions.android.html +2308 -0
  104. appium_python_client-5.1.3/docs/_build/html/webdriver.extensions.flutter_integration.html +494 -0
  105. appium_python_client-5.1.3/docs/_build/html/webdriver.extensions.html +2193 -0
  106. appium_python_client-5.1.3/docs/_build/html/webdriver.html +1708 -0
  107. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/docs/conf.py +3 -3
  108. appium_python_client-5.1.3/docs/index.rst +18 -0
  109. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/docs/requirements.txt +1 -0
  110. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/docs/webdriver.common.rst +4 -4
  111. appium_python_client-5.1.3/docs/webdriver.extensions.flutter_integration.rst +37 -0
  112. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/docs/webdriver.extensions.rst +24 -24
  113. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/docs/webdriver.rst +32 -8
  114. appium_python_client-5.1.1/appium/version.py +0 -1
  115. appium_python_client-5.1.1/docs/index.rst +0 -21
  116. appium_python_client-5.1.1/docs/webdriver.extensions.search_context.rst +0 -61
  117. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/Appium_Python_Client.egg-info/dependency_links.txt +0 -0
  118. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/Appium_Python_Client.egg-info/requires.txt +0 -0
  119. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/Appium_Python_Client.egg-info/top_level.txt +0 -0
  120. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/LICENSE +0 -0
  121. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/MANIFEST.in +0 -0
  122. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/README.md +0 -0
  123. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/__init__.py +0 -0
  124. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/common/__init__.py +0 -0
  125. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/common/exceptions.py +0 -0
  126. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/common/helper.py +0 -0
  127. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/common/logger.py +0 -0
  128. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/__init__.py +0 -0
  129. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/__init__.py +0 -0
  130. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/__init__.py +0 -0
  131. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/__init__.py +0 -0
  132. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/adb_exec_timeout_option.py +0 -0
  133. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/adb_port_option.py +0 -0
  134. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/allow_delay_adb_option.py +0 -0
  135. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/build_tools_version_option.py +0 -0
  136. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/clear_device_logs_on_start_option.py +0 -0
  137. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/ignore_hidden_api_policy_error_option.py +0 -0
  138. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/logcat_format_option.py +0 -0
  139. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/mock_location_app_option.py +0 -0
  140. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/remote_adb_host_option.py +0 -0
  141. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/skip_logcat_capture_option.py +0 -0
  142. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/adb/suppress_kill_server_option.py +0 -0
  143. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/__init__.py +0 -0
  144. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/allow_test_packages_option.py +0 -0
  145. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/android_install_timeout_option.py +0 -0
  146. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/app_activity_option.py +0 -0
  147. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/app_package_option.py +0 -0
  148. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/app_wait_activity_option.py +0 -0
  149. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/app_wait_duration_option.py +0 -0
  150. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/app_wait_for_launch_option.py +0 -0
  151. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/app_wait_package_option.py +0 -0
  152. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/auto_grant_premissions_option.py +0 -0
  153. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/enforce_app_install_option.py +0 -0
  154. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/intent_action_option.py +0 -0
  155. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/intent_category_option.py +0 -0
  156. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/intent_flags_option.py +0 -0
  157. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/optional_intent_arguments_option.py +0 -0
  158. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/remote_apps_cache_limit_option.py +0 -0
  159. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/app/uninstall_other_packages_option.py +0 -0
  160. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/avd/__init__.py +0 -0
  161. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/avd/avd_args_option.py +0 -0
  162. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/avd/avd_env_option.py +0 -0
  163. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/avd/avd_launch_timeout_option.py +0 -0
  164. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/avd/avd_option.py +0 -0
  165. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/avd/avd_ready_timeout_option.py +0 -0
  166. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/avd/gps_enabled_option.py +0 -0
  167. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/avd/network_speed_option.py +0 -0
  168. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/__init__.py +0 -0
  169. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/auto_webview_timeout_option.py +0 -0
  170. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/chrome_logging_prefs_option.py +0 -0
  171. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/chrome_options_option.py +0 -0
  172. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/chromedriver_args_option.py +0 -0
  173. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/chromedriver_chrome_mapping_file_option.py +0 -0
  174. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/chromedriver_disable_build_check_option.py +0 -0
  175. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/chromedriver_executable_dir_option.py +0 -0
  176. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/chromedriver_executable_option.py +0 -0
  177. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/chromedriver_port_option.py +0 -0
  178. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/chromedriver_ports_option.py +0 -0
  179. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/chromedriver_use_system_executable_option.py +0 -0
  180. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/ensure_webviews_have_pages_option.py +0 -0
  181. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/extract_chrome_android_package_from_context_name_option.py +0 -0
  182. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/native_web_screenshot_option.py +0 -0
  183. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/recreate_chrome_driver_sessions_option.py +0 -0
  184. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/show_chromedriver_log_option.py +0 -0
  185. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/context/webview_devtools_port_option.py +0 -0
  186. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/localization/__init__.py +0 -0
  187. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/localization/locale_script_option.py +0 -0
  188. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/locking/__init__.py +0 -0
  189. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/locking/skip_unlock_option.py +0 -0
  190. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/locking/unlock_key_option.py +0 -0
  191. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/locking/unlock_strategy_option.py +0 -0
  192. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/locking/unlock_success_timeout_option.py +0 -0
  193. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/locking/unlock_type_option.py +0 -0
  194. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/mjpeg/__init__.py +0 -0
  195. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/mjpeg/mjpeg_screenshot_url_option.py +0 -0
  196. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/other/__init__.py +0 -0
  197. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/other/disable_suppress_accessibility_service_option.py +0 -0
  198. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/other/user_profile_option.py +0 -0
  199. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/signing/__init__.py +0 -0
  200. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/signing/key_alias_option.py +0 -0
  201. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/signing/key_password_option.py +0 -0
  202. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/signing/keystore_password_option.py +0 -0
  203. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/signing/keystore_path_option.py +0 -0
  204. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/signing/no_sign_option.py +0 -0
  205. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/common/signing/use_keystore_option.py +0 -0
  206. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/espresso/__init__.py +0 -0
  207. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/espresso/activity_options_option.py +0 -0
  208. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/espresso/app_locale_option.py +0 -0
  209. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/espresso/base.py +0 -0
  210. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/espresso/espresso_build_config_option.py +0 -0
  211. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/espresso/espresso_server_launch_timeout_option.py +0 -0
  212. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/espresso/force_espresso_rebuild_option.py +0 -0
  213. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/espresso/intent_options_option.py +0 -0
  214. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/espresso/show_gradle_log_option.py +0 -0
  215. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/uiautomator2/__init__.py +0 -0
  216. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/uiautomator2/base.py +0 -0
  217. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/uiautomator2/disable_window_animation_option.py +0 -0
  218. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/uiautomator2/mjpeg_server_port_option.py +0 -0
  219. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/uiautomator2/skip_device_initialization_option.py +0 -0
  220. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/uiautomator2/skip_server_installation_option.py +0 -0
  221. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/uiautomator2/uiautomator2_server_install_timeout_option.py +0 -0
  222. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/uiautomator2/uiautomator2_server_launch_timeout_option.py +0 -0
  223. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/android/uiautomator2/uiautomator2_server_read_timeout_option.py +0 -0
  224. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/__init__.py +0 -0
  225. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/app_option.py +0 -0
  226. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/auto_web_view_option.py +0 -0
  227. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/automation_name_option.py +0 -0
  228. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/browser_name_option.py +0 -0
  229. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/bundle_id_option.py +0 -0
  230. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/clear_system_files_option.py +0 -0
  231. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/device_name_option.py +0 -0
  232. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/enable_performance_logging_option.py +0 -0
  233. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/event_timings_option.py +0 -0
  234. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/full_reset_option.py +0 -0
  235. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/is_headless_option.py +0 -0
  236. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/language_option.py +0 -0
  237. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/locale_option.py +0 -0
  238. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/new_command_timeout_option.py +0 -0
  239. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/no_reset_option.py +0 -0
  240. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/orientation_option.py +0 -0
  241. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/other_apps_option.py +0 -0
  242. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/platform_version_option.py +0 -0
  243. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/postrun_option.py +0 -0
  244. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/prerun_option.py +0 -0
  245. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/print_page_source_on_find_failure_option.py +0 -0
  246. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/skip_log_capture_option.py +0 -0
  247. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/supports_capabilities.py +0 -0
  248. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/system_host_option.py +0 -0
  249. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/system_port_option.py +0 -0
  250. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/common/udid_option.py +0 -0
  251. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/flutter_integration/__init__.py +0 -0
  252. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/flutter_integration/base.py +0 -0
  253. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/flutter_integration/flutter_element_wait_timeout_option.py +0 -0
  254. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/flutter_integration/flutter_enable_mock_camera_option.py +0 -0
  255. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/flutter_integration/flutter_server_launch_timeout_option.py +0 -0
  256. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/flutter_integration/flutter_system_port_option.py +0 -0
  257. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/gecko/__init__.py +0 -0
  258. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/gecko/android_storage_option.py +0 -0
  259. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/gecko/base.py +0 -0
  260. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/gecko/firefox_options_option.py +0 -0
  261. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/gecko/marionette_port_option.py +0 -0
  262. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/gecko/verbosity_option.py +0 -0
  263. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/__init__.py +0 -0
  264. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/safari/__init__.py +0 -0
  265. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/safari/automatic_inspection_option.py +0 -0
  266. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/safari/automatic_profiling_option.py +0 -0
  267. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/safari/base.py +0 -0
  268. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/safari/device_name_option.py +0 -0
  269. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/safari/device_type_option.py +0 -0
  270. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/safari/device_udid_option.py +0 -0
  271. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/safari/platform_build_version_option.py +0 -0
  272. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/safari/platform_version_option.py +0 -0
  273. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/safari/use_simulator_option.py +0 -0
  274. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/safari/webkit_webrtc_option.py +0 -0
  275. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/__init__.py +0 -0
  276. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/app/__init__.py +0 -0
  277. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/app/app_install_strategy_option.py +0 -0
  278. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/app/app_push_timeout_option.py +0 -0
  279. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/app/localizable_strings_dir_option.py +0 -0
  280. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/base.py +0 -0
  281. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/general/__init__.py +0 -0
  282. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/general/include_device_caps_to_session_info_option.py +0 -0
  283. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/general/reset_location_service_option.py +0 -0
  284. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/other/__init__.py +0 -0
  285. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/other/command_timeouts_option.py +0 -0
  286. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/other/launch_with_idb_option.py +0 -0
  287. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/other/show_ios_log_option.py +0 -0
  288. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/other/use_json_source_option.py +0 -0
  289. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/__init__.py +0 -0
  290. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/calendar_access_authorized_option.py +0 -0
  291. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/calendar_format_option.py +0 -0
  292. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/connect_hardware_keyboard_option.py +0 -0
  293. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/custom_ssl_cert_option.py +0 -0
  294. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/enforce_fresh_simulator_creation_option.py +0 -0
  295. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/force_simulator_software_keyboard_presence_option.py +0 -0
  296. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/ios_simulator_logs_predicate_option.py +0 -0
  297. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/keep_key_chains_option.py +0 -0
  298. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/keychains_exclude_patterns_option.py +0 -0
  299. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/permissions_option.py +0 -0
  300. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/reduce_motion_option.py +0 -0
  301. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/reset_on_session_start_only_option.py +0 -0
  302. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/scale_factor_option.py +0 -0
  303. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/shutdown_other_simulators_option.py +0 -0
  304. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/simulator_devices_set_path_option.py +0 -0
  305. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/simulator_pasteboard_automatic_sync_option.py +0 -0
  306. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/simulator_startup_timeout_option.py +0 -0
  307. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/simulator_trace_pointer_option.py +0 -0
  308. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/simulator/simulator_window_center_option.py +0 -0
  309. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/__init__.py +0 -0
  310. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/allow_provisioning_device_regitration_option.py +0 -0
  311. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/auto_accept_alerts_option.py +0 -0
  312. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/auto_disimiss_alerts_option.py +0 -0
  313. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/derived_data_path_option.py +0 -0
  314. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/disable_automatic_screenshots_option.py +0 -0
  315. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/force_app_launch_option.py +0 -0
  316. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/keychain_password_option.py +0 -0
  317. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/keychain_path_option.py +0 -0
  318. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/max_typing_frequency_option.py +0 -0
  319. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/mjpeg_server_port_option.py +0 -0
  320. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/process_arguments_option.py +0 -0
  321. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/result_bundle_path_option.py +0 -0
  322. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/screenshot_quality_option.py +0 -0
  323. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/should_terminate_app_option.py +0 -0
  324. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/should_use_singleton_test_manager_option.py +0 -0
  325. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/show_xcode_log_option.py +0 -0
  326. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/simple_is_visible_check_option.py +0 -0
  327. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/updated_wda_bundle_id_option.py +0 -0
  328. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/use_native_caching_strategy_option.py +0 -0
  329. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/use_new_wda_option.py +0 -0
  330. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/use_prebuilt_wda_option.py +0 -0
  331. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/use_simple_build_test_option.py +0 -0
  332. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/use_xctestrun_file_option.py +0 -0
  333. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/wait_for_idle_timeout_option.py +0 -0
  334. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/wait_for_quiescence_option.py +0 -0
  335. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/wda_base_url_option.py +0 -0
  336. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/wda_connection_timeout_option.py +0 -0
  337. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/wda_eventloop_idle_delay_option.py +0 -0
  338. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/wda_launch_timeout_option.py +0 -0
  339. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/wda_local_port_option.py +0 -0
  340. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/wda_startup_retries_option.py +0 -0
  341. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/wda_startup_retry_interval_option.py +0 -0
  342. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/web_driver_agent_url_option.py +0 -0
  343. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/xcode_org_id_option.py +0 -0
  344. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/wda/xcode_signing_id_option.py +0 -0
  345. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/__init__.py +0 -0
  346. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/absolute_web_locations_option.py +0 -0
  347. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/additional_webview_bundle_ids_option.py +0 -0
  348. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/enable_async_execute_from_https_option.py +0 -0
  349. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/full_context_list_option.py +0 -0
  350. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/include_safari_in_webviews_option.py +0 -0
  351. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/native_web_tap_option.py +0 -0
  352. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/safari_garbage_collect_option.py +0 -0
  353. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/safari_ignore_fraud_warning_option.py +0 -0
  354. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/safari_ignore_web_hostnames_option.py +0 -0
  355. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/safari_initial_url_option.py +0 -0
  356. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/safari_log_all_communication_hex_dump_option.py +0 -0
  357. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/safari_log_all_communication_option.py +0 -0
  358. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/safari_open_links_in_background_option.py +0 -0
  359. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/safari_socket_chunk_size_option.py +0 -0
  360. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/safari_web_inspector_max_frame_length_option.py +0 -0
  361. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/webkit_response_timeout_option.py +0 -0
  362. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/webview_connect_retries_option.py +0 -0
  363. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/ios/xcuitest/webview/webview_connect_timeout_option.py +0 -0
  364. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/mac/__init__.py +0 -0
  365. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/mac/mac2/__init__.py +0 -0
  366. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/mac/mac2/app_path_option.py +0 -0
  367. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/mac/mac2/arguments_option.py +0 -0
  368. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/mac/mac2/base.py +0 -0
  369. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/mac/mac2/bootstrap_root_option.py +0 -0
  370. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/mac/mac2/environment_option.py +0 -0
  371. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/mac/mac2/server_startup_timeout_option.py +0 -0
  372. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/mac/mac2/show_server_logs_option.py +0 -0
  373. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/mac/mac2/skip_app_kill_option.py +0 -0
  374. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/mac/mac2/web_driver_agent_mac_url_option.py +0 -0
  375. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/windows/__init__.py +0 -0
  376. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/windows/windows/__init__.py +0 -0
  377. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/windows/windows/app_arguments_option.py +0 -0
  378. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/windows/windows/app_top_level_window_option.py +0 -0
  379. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/windows/windows/app_working_dir_option.py +0 -0
  380. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/windows/windows/base.py +0 -0
  381. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/windows/windows/create_session_timeout_option.py +0 -0
  382. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/windows/windows/expreimental_web_driver_option.py +0 -0
  383. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/options/windows/windows/wait_for_app_launch_option.py +0 -0
  384. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/protocols/__init__.py +0 -0
  385. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/protocols/webdriver/__init__.py +0 -0
  386. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/protocols/webdriver/can_execute_commands.py +0 -0
  387. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/protocols/webdriver/can_execute_scripts.py +0 -0
  388. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/protocols/webdriver/can_remember_extension_presence.py +0 -0
  389. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/py.typed +0 -0
  390. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/__init__.py +0 -0
  391. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/applicationstate.py +0 -0
  392. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/client_config.py +0 -0
  393. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/clipboard_content_type.py +0 -0
  394. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/command_method.py +0 -0
  395. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/common/__init__.py +0 -0
  396. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/connectiontype.py +0 -0
  397. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/errorhandler.py +0 -0
  398. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/__init__.py +0 -0
  399. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/action_helpers.py +0 -0
  400. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/android/__init__.py +0 -0
  401. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/android/common.py +0 -0
  402. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/android/display.py +0 -0
  403. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/android/gsm.py +0 -0
  404. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/android/network.py +0 -0
  405. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/android/performance.py +0 -0
  406. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/android/power.py +0 -0
  407. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/android/sms.py +0 -0
  408. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/android/system_bars.py +0 -0
  409. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/applications.py +0 -0
  410. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/clipboard.py +0 -0
  411. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/context.py +0 -0
  412. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/device_time.py +0 -0
  413. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/execute_mobile_command.py +0 -0
  414. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/flutter_integration/__init__.py +0 -0
  415. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/flutter_integration/scroll_directions.py +0 -0
  416. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/hw_actions.py +0 -0
  417. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/images_comparison.py +0 -0
  418. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/keyboard.py +0 -0
  419. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/location.py +0 -0
  420. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/log_event.py +0 -0
  421. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/remote_fs.py +0 -0
  422. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/screen_record.py +0 -0
  423. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/session.py +0 -0
  424. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/extensions/settings.py +0 -0
  425. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/locator_converter.py +0 -0
  426. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/appium/webdriver/switch_to.py +0 -0
  427. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/docs/Makefile +0 -0
  428. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/docs/README.md +0 -0
  429. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/docs/generate.sh +0 -0
  430. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/docs/make.bat +0 -0
  431. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/docs/webdriver.extensions.android.rst +11 -11
  432. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/setup.cfg +0 -0
  433. {appium_python_client-5.1.1 → appium_python_client-5.1.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Appium-Python-Client
3
- Version: 5.1.1
3
+ Version: 5.1.3
4
4
  Summary: Python client for Appium
5
5
  Home-page: http://appium.io/
6
6
  Author: Isaac Murchie
@@ -336,6 +336,93 @@ docs/make.bat
336
336
  docs/requirements.txt
337
337
  docs/webdriver.common.rst
338
338
  docs/webdriver.extensions.android.rst
339
+ docs/webdriver.extensions.flutter_integration.rst
339
340
  docs/webdriver.extensions.rst
340
- docs/webdriver.extensions.search_context.rst
341
- docs/webdriver.rst
341
+ docs/webdriver.rst
342
+ docs/_build/doctrees/environment.pickle
343
+ docs/_build/doctrees/index.doctree
344
+ docs/_build/doctrees/webdriver.common.doctree
345
+ docs/_build/doctrees/webdriver.doctree
346
+ docs/_build/doctrees/webdriver.extensions.android.doctree
347
+ docs/_build/doctrees/webdriver.extensions.doctree
348
+ docs/_build/doctrees/webdriver.extensions.flutter_integration.doctree
349
+ docs/_build/html/.DS_Store
350
+ docs/_build/html/.buildinfo
351
+ docs/_build/html/.nojekyll
352
+ docs/_build/html/genindex.html
353
+ docs/_build/html/index.html
354
+ docs/_build/html/objects.inv
355
+ docs/_build/html/py-modindex.html
356
+ docs/_build/html/search.html
357
+ docs/_build/html/searchindex.js
358
+ docs/_build/html/webdriver.common.html
359
+ docs/_build/html/webdriver.extensions.android.html
360
+ docs/_build/html/webdriver.extensions.flutter_integration.html
361
+ docs/_build/html/webdriver.extensions.html
362
+ docs/_build/html/webdriver.html
363
+ docs/_build/html/_sources/index.rst.txt
364
+ docs/_build/html/_sources/webdriver.common.rst.txt
365
+ docs/_build/html/_sources/webdriver.extensions.android.rst.txt
366
+ docs/_build/html/_sources/webdriver.extensions.flutter_integration.rst.txt
367
+ docs/_build/html/_sources/webdriver.extensions.rst.txt
368
+ docs/_build/html/_sources/webdriver.rst.txt
369
+ docs/_build/html/_static/.DS_Store
370
+ docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js
371
+ docs/_build/html/_static/basic.css
372
+ docs/_build/html/_static/doctools.js
373
+ docs/_build/html/_static/documentation_options.js
374
+ docs/_build/html/_static/file.png
375
+ docs/_build/html/_static/jquery.js
376
+ docs/_build/html/_static/language_data.js
377
+ docs/_build/html/_static/minus.png
378
+ docs/_build/html/_static/plus.png
379
+ docs/_build/html/_static/pygments.css
380
+ docs/_build/html/_static/searchtools.js
381
+ docs/_build/html/_static/sphinx_highlight.js
382
+ docs/_build/html/_static/css/badge_only.css
383
+ docs/_build/html/_static/css/theme.css
384
+ docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff
385
+ docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2
386
+ docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff
387
+ docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2
388
+ docs/_build/html/_static/css/fonts/fontawesome-webfont.eot
389
+ docs/_build/html/_static/css/fonts/fontawesome-webfont.svg
390
+ docs/_build/html/_static/css/fonts/fontawesome-webfont.ttf
391
+ docs/_build/html/_static/css/fonts/fontawesome-webfont.woff
392
+ docs/_build/html/_static/css/fonts/fontawesome-webfont.woff2
393
+ docs/_build/html/_static/css/fonts/lato-bold-italic.woff
394
+ docs/_build/html/_static/css/fonts/lato-bold-italic.woff2
395
+ docs/_build/html/_static/css/fonts/lato-bold.woff
396
+ docs/_build/html/_static/css/fonts/lato-bold.woff2
397
+ docs/_build/html/_static/css/fonts/lato-normal-italic.woff
398
+ docs/_build/html/_static/css/fonts/lato-normal-italic.woff2
399
+ docs/_build/html/_static/css/fonts/lato-normal.woff
400
+ docs/_build/html/_static/css/fonts/lato-normal.woff2
401
+ docs/_build/html/_static/fonts/.DS_Store
402
+ docs/_build/html/_static/fonts/Lato/lato-bold.eot
403
+ docs/_build/html/_static/fonts/Lato/lato-bold.ttf
404
+ docs/_build/html/_static/fonts/Lato/lato-bold.woff
405
+ docs/_build/html/_static/fonts/Lato/lato-bold.woff2
406
+ docs/_build/html/_static/fonts/Lato/lato-bolditalic.eot
407
+ docs/_build/html/_static/fonts/Lato/lato-bolditalic.ttf
408
+ docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff
409
+ docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff2
410
+ docs/_build/html/_static/fonts/Lato/lato-italic.eot
411
+ docs/_build/html/_static/fonts/Lato/lato-italic.ttf
412
+ docs/_build/html/_static/fonts/Lato/lato-italic.woff
413
+ docs/_build/html/_static/fonts/Lato/lato-italic.woff2
414
+ docs/_build/html/_static/fonts/Lato/lato-regular.eot
415
+ docs/_build/html/_static/fonts/Lato/lato-regular.ttf
416
+ docs/_build/html/_static/fonts/Lato/lato-regular.woff
417
+ docs/_build/html/_static/fonts/Lato/lato-regular.woff2
418
+ docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
419
+ docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
420
+ docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
421
+ docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
422
+ docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
423
+ docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
424
+ docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
425
+ docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
426
+ docs/_build/html/_static/js/badge_only.js
427
+ docs/_build/html/_static/js/theme.js
428
+ docs/_build/html/_static/js/versions.js
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Appium-Python-Client
3
- Version: 5.1.1
3
+ Version: 5.1.3
4
4
  Summary: Python client for Appium
5
5
  Home-page: http://appium.io/
6
6
  Author: Isaac Murchie
@@ -35,7 +35,7 @@ class LogcatFilterSpecsOption(SupportsCapabilities):
35
35
  """
36
36
  Series of tag[:priority] where tag is a log component tag (or * for all)
37
37
  and priority is: V Verbose, D Debug, I Info, W Warn, E Error, F Fatal,
38
- S Silent (supress all output). '' means ':d' and tag by itself means tag:v.
38
+ S Silent (suppress all output). '' means ':d' and tag by itself means tag:v.
39
39
  If not specified on the commandline, filterspec is set from ANDROID_LOG_TAGS.
40
40
  If no filterspec is found, filter defaults to '*:I'.
41
41
  """
@@ -69,7 +69,7 @@ class AppiumOptions(
69
69
  # FIXME: https://github.com/SeleniumHQ/selenium/issues/10755
70
70
  self._ignore_local_proxy = False
71
71
 
72
- def set_capability(self: T, name: str, value: Any) -> T:
72
+ def set_capability(self: T, name: str, value: Any) -> T: # type: ignore[override]
73
73
  w3c_name = name if name in self.W3C_CAPABILITY_NAMES or ':' in name else f'{APPIUM_PREFIX}{name}'
74
74
  if value is None:
75
75
  if w3c_name in self._caps:
@@ -93,8 +93,11 @@ class AppiumOptions(
93
93
  """
94
94
  Formats given capabilities to a valid W3C session request object
95
95
 
96
- :param capabilities: Capabilities mapping
97
- :return: W3C session request object
96
+ Args:
97
+ capabilities: Capabilities mapping
98
+
99
+ Returns:
100
+ W3C session request object
98
101
  """
99
102
 
100
103
  def process_key(k: str) -> str:
@@ -12,13 +12,21 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- from typing import TYPE_CHECKING, Dict, List, Protocol, Union
15
+ from typing import TYPE_CHECKING, Dict, List, Protocol, Union, runtime_checkable
16
16
 
17
17
  if TYPE_CHECKING:
18
18
  from appium.webdriver.webelement import WebElement
19
19
 
20
20
 
21
+ @runtime_checkable
21
22
  class CanFindElements(Protocol):
23
+ """Protocol for objects that can find web elements.
24
+
25
+ Any class implementing this protocol must provide:
26
+ - find_element(by, value): Find a single element
27
+ - find_elements(by, value): Find multiple elements
28
+ """
29
+
22
30
  def find_element(self, by: str, value: Union[str, Dict, None] = None) -> 'WebElement': ...
23
31
 
24
32
  def find_elements(self, by: str, value: Union[str, Dict, None] = None) -> List['WebElement']: ...
@@ -0,0 +1 @@
1
+ version = '5.1.3'
@@ -39,11 +39,12 @@ class AppiumConnection(RemoteConnection):
39
39
  """
40
40
  A subclass of selenium.webdriver.remote.remote_connection.Remoteconnection.
41
41
 
42
- The changes are:
43
- - The default user agent
44
- - Adds 'X-Idempotency-Key' header in a new session request to avoid proceeding
45
- the same request multiple times in the Appium server side.
46
- - https://github.com/appium/appium-base-driver/pull/400
42
+ The changes are
43
+
44
+ * The default user agent
45
+ * Adds 'X-Idempotency-Key' header in a new session request to avoid proceeding
46
+ the same request multiple times in the Appium server side.
47
+ * https://github.com/appium/appium-base-driver/pull/400
47
48
  """
48
49
 
49
50
  user_agent = f'{PREFIX_HEADER}{library_version()} ({RemoteConnection.user_agent})'
@@ -54,7 +54,7 @@ class AppiumService:
54
54
 
55
55
  The service will be forcefully restarted if it is already running.
56
56
 
57
- Keyword Args:
57
+ Args:
58
58
  env (dict): Environment variables mapping. The default system environment,
59
59
  which is inherited from the parent process, is assigned by default.
60
60
  node (str): The full path to the main NodeJS executable. The service will try
@@ -75,9 +75,10 @@ class AppiumService:
75
75
  https://appium.io/docs/en/writing-running-appium/server-args/ for more details
76
76
  about possible arguments and their values.
77
77
 
78
- :return: You can use Popen.communicate interface or stderr/stdout properties
78
+ Returns: You can use Popen.communicate interface or stderr/stdout properties
79
79
  of the instance (stdout/stderr must not be set to None in such case) in order to retrieve the actual process
80
80
  output.
81
+
81
82
  """
82
83
  self.stop()
83
84
 
@@ -134,9 +135,11 @@ class AppiumService:
134
135
  The call will be ignored if the service is not running
135
136
  or has been already stopped.
136
137
 
137
- :param timeout: The maximum time in float seconds to wait
138
- for the server process to terminate
139
- :return: `True` if the service was running before being stopped
138
+ Args:
139
+ timeout: The maximum time in float seconds to wait for the server process to terminate
140
+
141
+ Returns:
142
+ `True` if the service was running before being stopped
140
143
  """
141
144
  was_running = False
142
145
  if self.is_running:
@@ -170,7 +173,8 @@ class AppiumService:
170
173
  The default host/port/base path values can be customized by providing
171
174
  --address/--port/--base-path command line arguments while starting the service.
172
175
 
173
- :return: `True` if the service is running and listening on the given/default host/port
176
+ Returns:
177
+ `True` if the service is running and listening on the given/default host/port
174
178
  """
175
179
  if not self.is_running:
176
180
  return False
@@ -194,10 +198,13 @@ def is_service_listening(url: str, timeout: float = 5, custom_validator: Optiona
194
198
  """
195
199
  Check if the service is running
196
200
 
197
- :param url: Full server url
198
- :param timeout: Timeout in float seconds
199
- :param custom_validator: Custom callable method to be executed upon each validation loop before the timeout happens
200
- :return: True if Appium server is running before the timeout
201
+ Args:
202
+ url: Full server url
203
+ timeout: Timeout in float seconds
204
+ custom_validator: Custom callable method to be executed upon each validation loop before the timeout happens
205
+
206
+ Returns:
207
+ True if Appium server is running before the timeout
201
208
  """
202
209
  time_started_sec = time.perf_counter()
203
210
  conn = urllib3.PoolManager(timeout=1.0)
@@ -49,5 +49,6 @@ ByType = Literal[
49
49
  '-flutter semantics label',
50
50
  '-flutter type',
51
51
  '-flutter key',
52
+ '-flutter text',
52
53
  '-flutter text containing',
53
54
  ]
@@ -50,7 +50,9 @@ class Activities(CanExecuteCommands, CanExecuteScripts, CanRememberExtensionPres
50
50
  `True` if the target activity is shown
51
51
  """
52
52
  try:
53
- WebDriverWait(self, timeout, interval).until(lambda d: d.current_activity == activity)
53
+ WebDriverWait(self, timeout, interval).until( # type: ignore[type-var]
54
+ lambda d: d.current_activity == activity
55
+ )
54
56
  return True
55
57
  except TimeoutException:
56
58
  return False
@@ -867,7 +867,7 @@ class AndroidKey:
867
867
  TV_SATELLITE_SERVICE = 240
868
868
 
869
869
  # Key code constant: Toggle Network key.
870
- # Toggles selecting broacast services.
870
+ # Toggles selecting broadcast services.
871
871
  TV_NETWORK = 241
872
872
 
873
873
  # Key code constant: Antenna/Cable key.
@@ -41,7 +41,7 @@ class ExecuteDriver(CanExecuteCommands):
41
41
  ExecuteDriver.Result: The result of the script. It has 'result' and 'logs' keys.
42
42
 
43
43
  Raises:
44
- WebDriverException: If something error happenes in the script. The message has the original error message.
44
+ WebDriverException: If something error happens in the script. The message has the original error message.
45
45
  """
46
46
 
47
47
  class Result:
@@ -41,7 +41,7 @@ class FlutterCommand:
41
41
  timeout (Optional[float]): Maximum wait time in seconds. Defaults to a predefined timeout if not specified.
42
42
 
43
43
  Returns:
44
- None:
44
+ None
45
45
  """
46
46
  opts: Dict[str, Any] = self.__get_locator_options(locator)
47
47
  if timeout is not None:
@@ -193,72 +193,77 @@ class FlutterCommand:
193
193
  such as type, key, size, attribute, state, visual information, and hierarchy.
194
194
 
195
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
- ]
196
+
197
+ .. code-block:: dart
198
+
199
+ Semantics(
200
+ key: const Key('add_activity_semantics'),
201
+ label: 'add_activity_button',
202
+ button: true,
203
+ child: FloatingActionButton.small(
204
+ key: const Key('add_activity_button'),
205
+ tooltip: 'add_activity_button',
206
+ heroTag: 'add',
207
+ backgroundColor: const Color(0xFF2E2E3A),
208
+ onPressed: null,
209
+ child: Icon(
210
+ Icons.add,
211
+ size: 16,
212
+ color: Colors.amber.shade200.withOpacity(0.5),
213
+ semanticLabel: 'Add icon',
214
+ ),
215
+ ),
216
+ )
217
+
218
+ Example execute command:
219
+
220
+ .. code-block:: python
221
+
222
+ >>> flutter_command = FlutterCommand(driver) # noqa
223
+ >>> flutter_command.get_render_tree(widget_type='Semantics', key='add_activity_semantics')
224
+ output >> [
225
+ {
226
+ "type": "Semantics",
227
+ "elementType": "SingleChildRenderObjectElement",
228
+ "description": "Semantics-[<'add_activity_semantics'>]",
229
+ "depth": 0,
230
+ "key": "[<'add_activity_semantics'>]",
231
+ "attributes": {
232
+ "semanticsLabel": "add_activity_button"
233
+ },
234
+ "visual": {},
235
+ "state": {},
236
+ "rect": {
237
+ "x": 0,
238
+ "y": 0,
239
+ "width": 48,
240
+ "height": 48
241
+ },
242
+ "children": [
243
+ {
244
+ "type": "FloatingActionButton",
245
+ "elementType": "StatelessElement",
246
+ "description": "FloatingActionButton-[<'add_activity_button'>]",
247
+ "depth": 1,
248
+ "key": "[<'add_activity_button'>]",
249
+ "attributes": {},
250
+ "visual": {},
251
+ "state": {},
252
+ "rect": {
253
+ "x": 0,
254
+ "y": 0,
255
+ "width": 48,
256
+ "height": 48
257
+ },
258
+ "children": [
259
+ {...},
260
+ "children": [...]
261
+ }
262
+ ]
263
+ }
264
+ ]
265
+ }
266
+ ]
262
267
  """
263
268
  opts = {}
264
269
  if widget_type is not None:
@@ -285,7 +290,7 @@ class FlutterCommand:
285
290
  """
286
291
  return self.driver.execute_script(f'flutter: {scriptName}', params)
287
292
 
288
- def __get_locator_options(self, locator: Union[WebElement, 'FlutterFinder']) -> Dict[str, dict]:
293
+ def __get_locator_options(self, locator: Union[WebElement, 'FlutterFinder']) -> Dict[str, Union[dict, WebElement]]:
289
294
  if isinstance(locator, WebElement):
290
295
  return {'element': locator}
291
296
  return {'locator': locator.to_dict()}
@@ -15,7 +15,7 @@
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
17
 
18
- from typing import Tuple, Union
18
+ from typing import Tuple, Union, cast
19
19
 
20
20
  from selenium.webdriver.common.by import ByType as SeleniumByType
21
21
 
@@ -30,23 +30,23 @@ class FlutterFinder:
30
30
 
31
31
  @staticmethod
32
32
  def by_key(value: str) -> 'FlutterFinder':
33
- return FlutterFinder(AppiumBy.FLUTTER_INTEGRATION_KEY, value)
33
+ return FlutterFinder(cast(AppiumByType, AppiumBy.FLUTTER_INTEGRATION_KEY), value)
34
34
 
35
35
  @staticmethod
36
36
  def by_text(value: str) -> 'FlutterFinder':
37
- return FlutterFinder(AppiumBy.FLUTTER_INTEGRATION_TEXT, value)
37
+ return FlutterFinder(cast(AppiumByType, AppiumBy.FLUTTER_INTEGRATION_TEXT), value)
38
38
 
39
39
  @staticmethod
40
40
  def by_semantics_label(value: str) -> 'FlutterFinder':
41
- return FlutterFinder(AppiumBy.FLUTTER_INTEGRATION_SEMANTICS_LABEL, value)
41
+ return FlutterFinder(cast(AppiumByType, AppiumBy.FLUTTER_INTEGRATION_SEMANTICS_LABEL), value)
42
42
 
43
43
  @staticmethod
44
44
  def by_type(value: str) -> 'FlutterFinder':
45
- return FlutterFinder(AppiumBy.FLUTTER_INTEGRATION_TYPE, value)
45
+ return FlutterFinder(cast(AppiumByType, AppiumBy.FLUTTER_INTEGRATION_TYPE), value)
46
46
 
47
47
  @staticmethod
48
48
  def by_text_containing(value: str) -> 'FlutterFinder':
49
- return FlutterFinder(AppiumBy.FLUTTER_INTEGRATION_TEXT_CONTAINING, value)
49
+ return FlutterFinder(cast(AppiumByType, AppiumBy.FLUTTER_INTEGRATION_TEXT_CONTAINING), value)
50
50
 
51
51
  def to_dict(self) -> dict:
52
52
  return {'using': self.using, 'value': self.value}
@@ -26,25 +26,25 @@ class Logs(CanExecuteCommands):
26
26
  compliant browsers.
27
27
 
28
28
  Example:
29
- --------
30
- >>> driver.log_types
29
+ .. code-block:: python
30
+
31
+ driver.log_types
31
32
  """
32
33
  return self.execute(Command.GET_AVAILABLE_LOG_TYPES)['value']
33
34
 
34
35
  def get_log(self, log_type: str) -> List[Dict[str, Any]]:
35
36
  """Gets the log for a given log type.
36
37
 
37
- Parameters:
38
- ----------
39
- log_type : str
40
- - Type of log that which will be returned
38
+ Args:
39
+ log_type: Type of log that which will be returned
41
40
 
42
41
  Example:
43
- --------
44
- >>> driver.get_log('browser')
45
- >>> driver.get_log('driver')
46
- >>> driver.get_log('client')
47
- >>> driver.get_log('server')
42
+ .. code-block:: python
43
+
44
+ driver.get_log('browser')
45
+ driver.get_log('driver')
46
+ driver.get_log('client')
47
+ driver.get_log('server')
48
48
  """
49
49
  return self.execute(Command.GET_LOG, {'type': log_type})['value']
50
50
 
@@ -30,9 +30,6 @@ class MobileCommand:
30
30
  GET_CURRENT_CONTEXT = 'getCurrentContext'
31
31
  SWITCH_TO_CONTEXT = 'switchToContext'
32
32
 
33
- TOUCH_ACTION = 'touchAction'
34
- MULTI_ACTION = 'multiAction'
35
-
36
33
  BACKGROUND = 'background'
37
34
  GET_APP_STRINGS = 'getAppStrings'
38
35