Home > Net >  chrome work normal but firefox get me this erorr
chrome work normal but firefox get me this erorr

Time:03-23

webdriver.firefox() Traceback (most recent call last): File "<pyshell#5>", line 1, in webdriver.firefox() TypeError: 'module' object is not callable

CodePudding user response:

You have made a typo.

webdriver.Firefox()
  • Related