How to import Selenium in Python

Question:

Screenshot

I am writing python with studio code. I installed the selenium package with pip install selenium
From selenium import webdriver I get an error defining the module.

Asked By: ceka

||

Answers:

This can be environment issue of python. Kindly make sure you are in right environment and then install selenium
pip install selenium

Answered By: Asad Ikram
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.