반응형
Notice
Recent Posts
Recent Comments
Link
«   2024/09   »
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
Archives
Today
Total
관리 메뉴

for Time in Life:

Difference between Chromedriver and Chromium-Chromedriver 본문

개발 환경

Difference between Chromedriver and Chromium-Chromedriver

rooter 2023. 2. 10. 19:35

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