Why doesn't ChromeDriver require Chrome or Chromium?

我怕爱的太早我们不能终老 提交于 2020-07-11 10:16:47

问题


ChromeDriver is working on my system even though I don't have Chrome or Chromium installed. Based on the name, I thought it was like a "car driver" where you still need a car to get going. Or maybe like a product's API where you still need the product for your API calls to accomplish something.

Edit: Whoops, Chromium is installed after all.


回答1:


Of course ChromeDriver requires Chrome or Chromium.

As per ChromeDriver - WebDriver for Chrome ChromeDriver is a separate executable that WebDriver uses to control Chrome.

Now, as per Requirements - ChromeDriver the server expects you to have Chrome installed in the default location for each system as follows:

1For Linux systems, the ChromeDriver expects /usr/bin/google-chrome to be a symlink to the actual Chrome binary.

You can also force ChromeDriver to use a custom location by setting a special capability. You can find the documentation in Using a Chrome executable in a non-standard location



来源:https://stackoverflow.com/questions/51091121/why-doesnt-chromedriver-require-chrome-or-chromium

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!