Python+selenium

作者: 坑货的自赎 | 来源:发表于2019-02-23 22:21 被阅读0次

    异常1:

        driver = webdriver.chrome()

    TypeError: 'module' object is not callable

    异常截图:

    代码截图:

    原因:Chrome方法首字母大小写错误

    解决方案:

    将webdriver.chrome()改为webdriver.Chrome()

    相关文章

      网友评论

        本文标题:Python+selenium

        本文链接:https://www.haomeiwen.com/subject/hcemyqtx.html