Skip to content
Discussion options

You must be logged in to vote

ModuleNotFoundError: No module named 'selenium'

That means the selenium module isn't installed where you're running the code. See the installation instructions in the Selenium repository.

You don't get the same error for the other modules in your code (sys, csv, time) because they are part of the Python standard library, so you always have them if you install Python. 😉

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@salmankhan302
Comment options

Answer selected by salmankhan302
Comment options

You must be logged in to vote
3 replies
@airtower-luna
Comment options

@salmankhan302
Comment options

@airtower-luna
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Programming Help Discussions around programming languages, open source and software development
2 participants