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
install urllib3
!pip3 install urllib3 import urllib3
than install it
!pip3 install selenium import selenium