Google Chrome Driver: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
* [[Selenium_Concepts#Google_Chrome_Driver|Selenium Concepts]]
* [[Selenium_Concepts#Google_Chrome_Driver|Selenium Concepts]]
=Overview=
=Overview=
The executable is <code>chromedriver</code>.
ChromeDriver is a separate executable that Selenium [[Selenium_Concepts#WebDriver|WebDriver]] uses to control [[Chrome]].
The executable is <code>chromedriver</code>. ChromeDriver expects you to have Chrome installed in the default location for your platform. ChromeDriver can be forced to use a custom location, by setting a special capability (<font color=darkgray>TODO: https://sites.google.com/chromium.org/driver/capabilities</font>)
 
=Operations=
=Operations=
==Installation==
==Installation==

Revision as of 06:42, 2 June 2021

External

Internal

Overview

ChromeDriver is a separate executable that Selenium WebDriver uses to control Chrome. The executable is chromedriver. ChromeDriver expects you to have Chrome installed in the default location for your platform. ChromeDriver can be forced to use a custom location, by setting a special capability (TODO: https://sites.google.com/chromium.org/driver/capabilities)

Operations

Installation

Mac

brew install --cask chromedriver
brew upgrade --cask chromedriver

Version

chromedriver --version