Home > Software design >  I GOT "IMPORT" ERROR FOR SELENIUM IN PYTHON WITH VISUAL STUDIO PLEASE
I GOT "IMPORT" ERROR FOR SELENIUM IN PYTHON WITH VISUAL STUDIO PLEASE

Time:10-11

enter image description hereenter image description here

hello friends. I am writing pyton with studio code. I installed the selenium package with "pip install selenium". From selenium import webdriver I get an error defining the module. THANKSstrong textSELENIUM AS A MODULE IS NOT INTEGRATED

CodePudding user response:

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

  • Related