Appium-Python-Client 5.3.0__py3-none-any.whl → 5.3.1__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.
@@ -303,7 +303,8 @@ class WebDriver(
303
303
  direct_port = 'directConnectPort'
304
304
  direct_path = 'directConnectPath'
305
305
 
306
- assert self.caps, 'Driver capabilities must be defined'
306
+ if not self.caps:
307
+ raise ValueError('Driver capabilities must be defined')
307
308
  if not {direct_protocol, direct_host, direct_port, direct_path}.issubset(set(self.caps)):
308
309
  message = 'Direct connect capabilities from server were:\n'
309
310
  for key in [direct_protocol, direct_host, direct_port, direct_path]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Appium-Python-Client
3
- Version: 5.3.0
3
+ Version: 5.3.1
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
@@ -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=aJSRqmHrCErHhjbHBcWhB_kNJhZTxdHcUZaNRA4Zrb4,19216
286
+ appium/webdriver/webdriver.py,sha256=TRDqQij2h7RXcQbIgUd_HgWaBEHoiMD59KMcuu7LqfA,19246
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.3.0.dist-info/METADATA,sha256=8Vh8XvKeuYHIR-cmaw55bqmQyZEJ-Nx2XVmAQqXrKag,20870
324
- appium_python_client-5.3.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
325
- appium_python_client-5.3.0.dist-info/licenses/LICENSE,sha256=QxeKfXNmPWCfFyrXiwdVzMFPFMK0nlBrKhYLUoIcqhk,11384
326
- appium_python_client-5.3.0.dist-info/RECORD,,
323
+ appium_python_client-5.3.1.dist-info/METADATA,sha256=ZIaatJt8qoyaQHK1OGMXDix38jJ25iDR-wLah9JTBts,20870
324
+ appium_python_client-5.3.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
325
+ appium_python_client-5.3.1.dist-info/licenses/LICENSE,sha256=QxeKfXNmPWCfFyrXiwdVzMFPFMK0nlBrKhYLUoIcqhk,11384
326
+ appium_python_client-5.3.1.dist-info/RECORD,,