How to resolve Selenium with Python: TypeError: 'module' object is not callable
问题 I am new to Selenium/Python and practicing few exercises. I am receiving below error when running my Selenium/Python program in pycharm. Please help. C:\Users\rk.marav\PycharmProjects\RadhaSelenium\venv\Scripts\python.exe C:/Users/rk.marav/PycharmProjects/RadhaSelenium/Tests/mainTest.py Traceback (most recent call last): File "C:/Users/rk.marav/PycharmProjects/RadhaSelenium/Tests/mainTest.py", line 13, in <module> m.main() File "C:/Users/rk.marav/PycharmProjects/RadhaSelenium/Tests/mainTest