일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- r-string
- CI/CD
- pandas
- timestamp
- PIP
- S3
- boto3
- 코딩 테스트
- sort v.s. sorted
- 함수형 프로그래밍
- decorator
- sort(reverse=True) v.s. reverse
- slicing [::-1]
- selenium-wire
- 생각
- reverse v.s. reversed
- Airflow
- blinker
- OS
- Python
- [초급(예비) 개발자 오픈소스 실무 역량강화 교육]
- functools.wraps
- os.path
- 고차함수
- 쿼리
- ds_store
- 순수함수
- Today
- Total
공부일지
[Selenium]크롬 버전 확인 및 크롬 드라이버 설치 본문
크롬 버전 확인하기
▼

크롬-크롬 맞춤설정 및 제어(우측 상단 점 세개 버튼)-설정-Chrome 정보
혹은
url 창에 chrome://version/ 쳐서 확인
크롬 드라이버 설치
▼
~114 버전
https://chromedriver.chromium.org/downloads
ChromeDriver - WebDriver for Chrome - Downloads
Current Releases If you are using Chrome version 115 or newer, please consult the Chrome for Testing availability dashboard. This page provides convenient JSON endpoints for specific ChromeDriver version downloading. For older versions of Chrome, please se
chromedriver.chromium.org
~117(2023.09.13 기준)
https://googlechromelabs.github.io/chrome-for-testing/
Chrome for Testing availability
chrome-headless-shellmac-arm64https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/118.0.5993.3/mac-arm64/chrome-headless-shell-mac-arm64.zip200
googlechromelabs.github.io
Channel - Stable - Binary : chromedriver(Platform: 본인 컴퓨터 os 맞게)
▼

'Computer > 공부정리' 카테고리의 다른 글
[SQL][Excel]중복 제거 (1) | 2023.09.18 |
---|---|
[Python]자주 쓰이지만 아직 안 익은 기능들 모음 (0) | 2023.09.15 |
[Mac][Python]가상환경 생성과 환경변수 설정 (0) | 2023.09.12 |
[Python]가상환경 간단 진입 (0) | 2023.08.14 |
[Python]No python at "C:Users\..." (0) | 2023.08.14 |