Overview
The Chromium driver is an Appium driver intended for black-box automated testing of Chromium-based desktop browsers.
Target Platforms¶
The driver supports the following platforms as automation targets:
| Platform | Supported |
|---|---|
| Google Chrome | |
| Google Chrome (Android) | |
| Google Chrome (iOS) | |
| Microsoft Edge | |
| Microsoft Edge (Android) | |
| Microsoft Edge (iOS) | |
| ChromeOS |
The driver also permits automating other Chromium-based desktop browsers (Brave, Opera, etc.). Refer to the Other Browsers guide for more details.
Technologies Used¶
The Chromium driver uses the W3C WebDriver protocol for session
management. Under the hood, the driver relies on the appium-chromedriver
package, which is a wrapper/proxy over Google's chromedriver and Microsoft's msedgedriver
binaries.
- For more information about ChromeDriver, refer to its documentation
- For more information about EdgeDriver, refer to the Microsoft Edge guide
-
Supported by the UiAutomator2 driver ↩
-
Refer to the Microsoft Edge guide for more details ↩