bugRecord1driver=webdriver.firefox() TypeError: 'module' object is not callable
Posted 粒粒的测试笔记
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bugRecord1driver=webdriver.firefox() TypeError: 'module' object is not callable相关的知识,希望对你有一定的参考价值。
1 #coding=utf-8
2 from selenium import webdriver
3 driver=webdriver.firefox()
解决方法:firefox改为Firefox
以上是关于bugRecord1driver=webdriver.firefox() TypeError: 'module' object is not callable的主要内容,如果未能解决你的问题,请参考以下文章
webdriver.firefox.marionette 和 webdriver.gecko.driver 的区别
selenium之python源码解读-webdriver继承关系