Class ChromiumDriver

java.lang.Object
org.openqa.selenium.remote.RemoteWebDriver
org.openqa.selenium.chromium.ChromiumDriver
All Implemented Interfaces:
HasBiDi, HasCasting, HasCdp, HasLaunchApp, HasNetworkConditions, HasPermissions, HasDevTools, HasFederatedCredentialManagement, HasAuthentication, HasCapabilities, HasDownloads, LocationContext, WebStorage, Interactive, JavascriptExecutor, HasLogEvents, NetworkConnection, PrintsPage, SearchContext, TakesScreenshot, HasVirtualAuthenticator, WebDriver
Direct Known Subclasses:
ChromeDriver, EdgeDriver

A WebDriver implementation that controls a Chromium browser running on the local machine. It is used as the base class for Chromium-based browser drivers (Chrome, Edge).