【Selenium】【BugList1】调用firefox浏览器,报 TypeError: 'module' object is not callable

1 #coding=utf-8

2 from selenium import webdriver

3 driver=webdriver.firefox() 

解决方法:firefox改为Firefox

原文地址:https://www.cnblogs.com/yllil/p/9011537.html