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()
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()