Pycharm-selenium import webdriver ModuleNotFoundError: No module named 'selenium'

preview_player
Показать описание
if you are facing issue with pycharm after installing Selenium driver in python this video is for you.
if you are still facing issues drop a comment I'll revert back as soon as possible

If you want to know about virtualenv

Download link for geckodriver
Рекомендации по теме
Комментарии
Автор

*FUCK YEAH! THANK YOU! THANK YOU SO FUCKING MUCH! I LOVE YOU. THIS WORKED!

asif_mojtoba
Автор

*THIS WORKS! THANK YOU SO FUCKING MUCH* <3

Btw I'm using Windows 10; in the last part I had to write ".\python.exe -m pip install selenium" .... had to use ".\" before writing that command in the PowerShell on the Venv\Scripts folder.

*Anyway, thank you so much again.*

asif_mojtoba
Автор

Worth 12 minutes!!
Finally it worked....

abhisheksingh
Автор

Thank you so much. Keep up the good work.

SaamRazmi
Автор

3 hours wasted on stackoverflow! the solution is right here! Thankyou, Keep it up!

arsalanrana
Автор

Hola amigo, muchas gracias por tu aporte, de verdad nunca imagine que fuera eso, eres lo máximo.Hi friend, thanks so much for your work, I never imagined that was the problem, you're the best :*

EvelynMendez
Автор

Thanks to you, my problem has been resolved. It's a perfect solution!

valeriya
Автор

If you guys still facing the problem try to use the below code


from selenium import webdriver
from import DesiredCapabilities
cap =
cap["marionette"] = False

driver = webdriver.Firefox(capabilities=cap,


driver.maximize_window()


Hope it works.

chekkavenkat
Автор

same video keep with ur voice, i am not getting because am beginner,

ShalomMura
Автор

How do you want us to understand without audio?

ahmadibrahim