。。。。。

File "build\bdist.win32\egg\appium\webdriver\errorhandler.py", line 29, in check_response
selenium.common.exceptions.WebDriverException: Message: Parameters were incorrect. We wanted {"required":["value"]} and you sent ["text","sessionId","id","value"]

原因:selenium和appium版本不兼容

解决方案:升级appium版本匹配对应的selenium版本。

pip uninstall selenium
pip install selenium==3.3.1

相关文章:

  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
  • 2018-08-27
  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-05
  • 2022-12-23
  • 2022-03-04
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
相关资源
相似解决方案