Search code examples
pythonpython-3.xseleniumselenium-webdriverpycharm

Selenium webdriver functions are not showing in autosuggestion list pycharm


I have installed Python pip selenium pycharm. all works but I see that the autosuggestion box doesn't show the web driver functions. is there a reason for this?

Selenium is installed for project interpreter in pycharm

This is how autosuggest list looks like

And this is how i expect it to look like


Solution

  • When installing Selenium many folder are installed in the pythonxxx folder. Keep the folder Lib > site-package > Selenium and delete the other Selenium folder in python.