Appium-Python-Client 5.2.5__py3-none-any.whl → 5.2.6__py3-none-any.whl

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.
@@ -348,8 +348,8 @@ class WebDriver(
348
348
  # Due to a W3C spec parsing misconception some servers
349
349
  # pack the createSession response stuff into 'value' dictionary and
350
350
  # some other put it to the top level of the response JSON nesting hierarchy
351
- get_response_value: Callable[[str], Optional[Any]] = lambda key: response.get(key) or (
352
- response['value'].get(key) if isinstance(response.get('value'), dict) else None
351
+ get_response_value: Callable[[str], Optional[Any]] = lambda key: (
352
+ response.get(key) or (response['value'].get(key) if isinstance(response.get('value'), dict) else None)
353
353
  )
354
354
  session_id = get_response_value('sessionId')
355
355
  if not session_id:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Appium-Python-Client
3
- Version: 5.2.5
3
+ Version: 5.2.6
4
4
  Summary: Python client for Appium
5
5
  Project-URL: Homepage, http://appium.io/
6
6
  Project-URL: Repository, https://github.com/appium/python-client
@@ -553,9 +553,7 @@ uv run pytest -n 2 test/functional/ios/search_context/find_by_ios_class_chain_te
553
553
 
554
554
  ## Release
555
555
 
556
- Follow the below steps.
557
-
558
- Set `GH_TOKEN` env var to update the GitHub contents.
556
+ In case you need to release a version manually.
559
557
 
560
558
  ```bash
561
559
  rm -rf dist
@@ -283,7 +283,7 @@ appium/webdriver/errorhandler.py,sha256=1ZAqOf0fLZou3UkuE0sUzsIdUPm3hRU2PdxZCP6-
283
283
  appium/webdriver/locator_converter.py,sha256=dMuYbnsm5X8IOCA-A_tEJtukLoBXK2YKG-bEBUBsoDQ,1024
284
284
  appium/webdriver/mobilecommand.py,sha256=WUWAGTFFO11-Y5w6N-sQvsTkH8giDn8R8yrEUi8poh4,3347
285
285
  appium/webdriver/switch_to.py,sha256=72NDbY-O8oQgAfEVC3ck3K5xE9Qo4hr8x4OWiK5lvjY,1205
286
- appium/webdriver/webdriver.py,sha256=gjzlFwIjtUGLSSqnj9tXgf0_MDE5n6jIYSHKmbVcNv0,19085
286
+ appium/webdriver/webdriver.py,sha256=3vKLOCATC5HNC5mo1uFMrdckSt0XzxPWnc2csRHEP-Y,19087
287
287
  appium/webdriver/webelement.py,sha256=DLbRAuEU3qCZi8V70WXYoj7Sy-UqH9fPSXowPSkgTmY,4438
288
288
  appium/webdriver/common/__init__.py,sha256=4MapoJ3p5LiP0AsHMgL2xoPTIFno4dcH1GSoxaZzv4w,623
289
289
  appium/webdriver/common/appiumby.py,sha256=1sFzgJht8v9pO0fG-uK1jgbb8zMJwfBy3LJH15OPqq8,1785
@@ -320,7 +320,7 @@ appium/webdriver/extensions/flutter_integration/__init__.py,sha256=wSUl6yC2TJNla
320
320
  appium/webdriver/extensions/flutter_integration/flutter_commands.py,sha256=zKWaVM-Vaqz-FxItSeYI7YXvld5DPrKhrXyrYPbRbFw,12125
321
321
  appium/webdriver/extensions/flutter_integration/flutter_finder.py,sha256=P4rQpiye73aRBq5VOSt1vBD7rTDHrEv0052B1u81_YY,2184
322
322
  appium/webdriver/extensions/flutter_integration/scroll_directions.py,sha256=CkOv7k21SMe-h2-EYSZ6MBKBGTRC1csQ-tuowHgMn0E,85
323
- appium_python_client-5.2.5.dist-info/METADATA,sha256=oBxP8pArVCnr0qKnnUMATo1Mms75DIcPzyYyvIGkPag,20823
324
- appium_python_client-5.2.5.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
325
- appium_python_client-5.2.5.dist-info/licenses/LICENSE,sha256=QxeKfXNmPWCfFyrXiwdVzMFPFMK0nlBrKhYLUoIcqhk,11384
326
- appium_python_client-5.2.5.dist-info/RECORD,,
323
+ appium_python_client-5.2.6.dist-info/METADATA,sha256=rOeoHF56L6nPUWxqGI_dcZMTjEGOHCPF6KwTItRy6EE,20792
324
+ appium_python_client-5.2.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
325
+ appium_python_client-5.2.6.dist-info/licenses/LICENSE,sha256=QxeKfXNmPWCfFyrXiwdVzMFPFMK0nlBrKhYLUoIcqhk,11384
326
+ appium_python_client-5.2.6.dist-info/RECORD,,