ChromeDriver
ChromeDriver is a standalone executable that implements the WebDriver protocol for automating the Google Chrome browser. It acts as a bridge between test scripts or automation frameworks and the Chrome browser, translating WebDriver commands into actions performed by Chrome. ChromeDriver is maintained by the Chromium project in collaboration with Google and is released alongside Chrome updates.
ChromeDriver is typically used with Selenium WebDriver or other WebDriver-compatible clients. It supports multiple programming languages,
Version compatibility is important: each ChromeDriver release is designed to work with a range of Chrome browser
Typical usage involves launching the ChromeDriver server and directing a WebDriver client to send commands such