• Python3 Selenium自动化测试赋值出现:WebDriverException: Message: unknown error: call function result missing 'value'


    Python3 Selenium自动化测试赋值出现:WebDriverException: Message: unknown error: call function result missing 'value'

    问题:

    在给予文本框赋值的时候出现错误信息:

    seleniumn.common.exceptios.WebDriverException: Message: unknown error: call function result missing 'value'

    解决方案:

    (1)下载和chrome浏览器版本匹配的chromedriver。

      驱动的下载地址如下: 
      http://chromedriver.storage.googleapis.com/index.html

      windows 下,放在C:WindowsSystem32目录下;

      Linux下,把下载好的文件放在 /usr/bin 目录下;

    (2)卸载chrome浏览器,下载和chromedriver版本匹配的chrome浏览器。

  • 相关阅读:
    1、jquery_属性和选择器
    sqlserver2012——SqlCommand创建对象的三种方法
    数据库视频
    插件源码
    打包部署
    SpringCloud-Demo
    SpringCloud
    分布式管理
    security-oauth2
    ES的使用
  • 原文地址:https://www.cnblogs.com/lizm166/p/9983203.html
Copyright © 2020-2023  润新知