Issue
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.
Answered By - user2070739
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.