Skip to content
Advertisement

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

Advertisement

Answer

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.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement