반응형
Notice
Recent Posts
Recent Comments
Link
for Time in Life:
Difference between Chromedriver and Chromium-Chromedriver 본문
chromedriver and chromium-chromedriver are both packages for the Chrome Driver, which is a separate executable that is used to control the Google Chrome browser programmatically.
The main difference between the two packages
chromedriver
- chromedriver is a standalone package that contains only the Chrome Driver executable
- chromedriver is usually recommended if you already have Google Chrome installed on your system and you only need the Chrome Driver to control it.
chromium-chromedriver
- while chromium-chromedriver is part of the Chromium project and includes both the Chrome Driver and the Chromium browser.
- chromium-chromedriver is useful if you need both the Chrome Driver and a browser for testing purposes and don't have either installed on your system.
So, in short, chromedriver is just the Chrome Driver, while chromium-chromedriver includes both the Chrome Driver and the Chromium browser.
반응형
'개발 환경' 카테고리의 다른 글
Find all path for my python (0) | 2023.02.10 |
---|---|
Difference between apt & apt-get (0) | 2023.02.10 |
Dockerfile for python (0) | 2023.02.10 |
Installing Google Chrome and ChromeDriver in Linux Terminal (0) | 2023.02.10 |
시놀로지, 램 추가하기 (0) | 2022.09.03 |