I\'m trying to write a script to check a website. It\'s the first time I\'m using selenium. I\'m trying to run the script on a OSX system. Although I checked in /Library/Pyt
It's 2020 now, use python3 consistently
I meet the same problem when I install selenium using pip3, but run scripts using python.
pip3
python