반응형 python5 selenium 설치 순서 1. selenium 설치하기 2. chrome driver 설치 selenium 설치하기 pip install selenium pip 명령어가 없다고 나온다. mihyunnoh ~ pip install selenium ✔ zsh: command not found: pip 참고로 pip는 pip is the package installer for Python. 맥에서는 아래와 같이 pip3로 설치 pip3 install selenium chrome driver 설치 chrome 버전 확인 chrome://version 파일명 1_selenium.py를 만들고 아래 입력 후 실행 from selenium import webdriver browser = webdriver.Chrome() br.. 2022. 11. 30. 이전 1 2 다음 반응형