

I’ll go into details about the ChromeDriver, starting from download, installation and to use it on Windows and Mac. In this article, I will show you how to use ChromeDriver to perform Selenium test automation. In case you want to know more about what is Selenium, you can refer to this detailed article on this topic. Using Selenium ChromeDriver, you can communicate with the Chrome browser to perform different operations like navigation from one web page to another web page, users can provide input on the web pages, javascript execution, and many more operations.

This is why, as an automation tester, it is important that you perform automated browser testing on Chrome browser.ĬhromeDriver is used along with Selenium to automate tests on the Chrome browser. It is the choice of the majority of users and it’s popularity continues to rise. The driver returns the test results through the Selenium server to Eggplant Functional.According to netmarketshare, Google Chrome accounts for 67% of the browser market share. This driver uses these commands to control and test the web page. The Selenium server sends WebDriver commands and functions from Eggplant Functional to a driver that is specific to the browser you're using. Automation and communication between Eggplant Functional and the SUT work roughly in this way: SenseTalk Selenium Server Browser Drivers Web Page In order to use WebDriver commands in SenseTalk, you first must install the Selenium server and the appropriate driver for your browser on the system under test (SUT).


WebDriver Connections in Eggplant Functional Next, add a WebDriver connection to then Eggplant Functional connection list, then use SenseTalk commands and functions to create your tests: To do WebDriver testing, first set up Selenium in your environment: New feature: WebDriver testing is available in Eggplant Functional 18.0 and later.
