- Selenium WebDriver 3 Practical Guide
- Unmesh Gundecha Satya Avasarala
- 50字
- 2021-08-13 16:08:14
Chrome Driver
The ChromeDriver works similar to the Geckodriver and implements the W3C WebDriver protocol. We saw how to set up and use ChromeDriver in Chapter 1. In this section, we will focus on the ChromeDriver options to run tests in headless mode, use mobile emulation, and use custom profiles.