'chrome work normal but firefox get me this erorr

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



Solution 1:[1]

You have made a typo.

webdriver.Firefox()

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 umutkedik