python - Selenium not working on Pycharm -
i installed selenium on system using 'pip install selenium' , works great on mac console. when tried using selenium in project on pycharm, got error no module named selenium exists. doing wrong?
so found doing wrong. mac terminal , pycharm using different python installed on system, changed path on pycharm interpreter local path selenium installed.
Comments
Post a Comment