Skip to content

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) ❌ 1
Google Chrome (iOS) ❌ 2
Microsoft Edge ✅ 3
Microsoft Edge (Android) ❌ 4
Microsoft Edge (iOS) ❌ 5
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.


  1. Supported by the UiAutomator2 driver 

  2. Supported by the Safari and XCUITest drivers 

  3. Refer to the Microsoft Edge guide for more details 

  4. Refer to this feature request 

  5. Refer to this feature request